fix: frontend: checkboxes were not dark-themed

Massimo Melina committed Jan 31, 2023 at 23:30 UTC 6efc4ac4bf888d37de586953f72edfcc546075d4
1 file changed +1 -1
frontend/src/index.scss
+1 -1
@@ -15,7 +15,7 @@
15 --good-contrast: #fffa;
16 --button-bg: #345;
17 --button-text: #999;
18 - body { color-scheme: dark; }
18 + color-scheme: dark;
19 a { color:#8ac; }
20 .dialog-closer { background: #633 }
21 .dialog-icon { color: #ccc;