From 7942944cfc338796723065e9206abb1a8d54992e Mon Sep 17 00:00:00 2001
From: James Arcus <jimbo@ucc.asn.au>
Date: Tue, 1 Oct 2024 15:28:32 +0800
Subject: [PATCH] Fix CSS

---
 static/style.css | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/static/style.css b/static/style.css
index 2482bcf..1c490f6 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,3 +1,12 @@
-.dark {
+html {
+    background-color: white;
+}
+
+/* FSCK CHROME FOR MAKING THIS HARDER THAN IT SHOULD BE */
+html.dark {
+    background-color: black;
+}
+
+html.dark > * {
     filter: invert(100%);
 }
-- 
GitLab