mirror of
https://github.com/Xevion/100prisoners.git
synced 2026-01-31 04:23:23 -06:00
Apply color-scheme attribute w/ dark mode
This commit is contained in:
@@ -52,3 +52,8 @@ body {
|
||||
.right {@apply fill-[#8f704e] dark:fill-[#876A4A];}
|
||||
.text { @apply fill-white; }
|
||||
}
|
||||
|
||||
:root { color-scheme: light; }
|
||||
.dark {
|
||||
color-scheme: dark;
|
||||
}
|
||||
Reference in New Issue
Block a user