make text readable on browsers not supporting color-scheme css property
This commit is contained in:
parent
8bc2b25452
commit
7cd323552a
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
html {
|
html {
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
|
color: #fff;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
background-color: #111;
|
background-color: #111;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue