it's prefers-contrast: more actually
This commit is contained in:
parent
e37a222c95
commit
d18c19a2e6
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ del {
|
||||||
--border-col: black;
|
--border-col: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-contrast: high) {
|
@media (prefers-contrast: more) {
|
||||||
:root {
|
:root {
|
||||||
--text-col: white;
|
--text-col: white;
|
||||||
background: black;
|
background: black;
|
||||||
|
|
Loading…
Reference in a new issue