Apply color-scheme attribute w/ dark mode

This commit is contained in:
Xevion
2022-12-18 03:21:37 -06:00
parent 257dd9b010
commit cdb4866296
+5
View File
@@ -52,3 +52,8 @@ body {
.right {@apply fill-[#8f704e] dark:fill-[#876A4A];}
.text { @apply fill-white; }
}
:root { color-scheme: light; }
.dark {
color-scheme: dark;
}