diff --git a/static/style.css b/static/style.css index 2482bcfcb1d354f46b67f38568bc8e97bfadaa14..1c490f6ae061bb81b833810562a0ea58a4020f7d 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%); }