1
0
Fork 0
mirror of https://github.com/GuerillaStudio/now-playing synced 2025-01-02 04:41:57 +00:00

CSS: Add color-scheme property
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

cf https://developer.mozilla.org/en/docs/Web/CSS/color-scheme
This commit is contained in:
Tixie Salander 2024-12-12 13:19:49 +01:00
parent 5529239ac7
commit 967d684c53
No known key found for this signature in database

View file

@ -7,6 +7,10 @@
navigation: auto;
}
html {
color-scheme: dark;
}
body {
background-color: $color-primary;
color: $color-light-text;