Add dark color scheme to fix accents on checkboxes & other HTML UI elements

This commit is contained in:
2023-08-25 23:50:17 -05:00
parent 392cd8f760
commit 050fab7a6a

View File

@@ -11,7 +11,8 @@ dd {
} }
body { body {
@apply bg-zinc-900 text-white; color-scheme: dark;
@apply bg-zinc-900 text-white;
} }
dd, dl { dd, dl {