mirror of
https://github.com/GuerillaStudio/now-playing
synced 2025-01-02 05:01:57 +00:00
cf https://developer.mozilla.org/en/docs/Web/CSS/color-scheme
This commit is contained in:
parent
5529239ac7
commit
967d684c53
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
||||||
navigation: auto;
|
navigation: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
color-scheme: dark;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: $color-primary;
|
background-color: $color-primary;
|
||||||
color: $color-light-text;
|
color: $color-light-text;
|
||||||
|
|
Loading…
Reference in a new issue