diff --git a/static/index.css b/static/index.css index 157eb2c..25c8a06 100644 --- a/static/index.css +++ b/static/index.css @@ -169,4 +169,10 @@ a:hover:after { color: #fafafa; background-color: #242124; } + body * { + color: #fafafa; + } + body > * { + color: #fafafa; + } }