mirror of
https://github.com/Xevion/100prisoners.git
synced 2026-01-31 00:23:21 -06:00
Apply color-scheme attribute w/ dark mode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user