Fix dark mode background across chrome and firefox

This commit is contained in:
2021-08-01 01:03:13 -04:00
parent ee40b651a9
commit a617232868
4 changed files with 54 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
/* Dark theme */
html {
body {
filter: invert(90%);
}