diff --git a/static/style.css b/static/style.css
index 1c490f6ae061bb81b833810562a0ea58a4020f7d..2afcdecf7732f1ab7f4e714dbc030ac18dc6d9ff 100644
--- a/static/style.css
+++ b/static/style.css
@@ -7,6 +7,7 @@ html.dark {
     background-color: black;
 }
 
-html.dark > * {
-    filter: invert(100%);
+html.dark h1,
+html.dark p {
+    color: white;
 }