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
@@ -51,4 +51,9 @@ body {
.left { @apply fill-[#ad8d6c] dark:fill-[#a3805c]; }
.right {@apply fill-[#8f704e] dark:fill-[#876A4A];}
.text { @apply fill-white; }
}
:root { color-scheme: light; }
.dark {
color-scheme: dark;
}