use hi contrast theme for prefers-color-theme: dark also
This commit is contained in:
parent
33ca8d7f40
commit
a693e3373f
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ footer a {
|
|||
|
||||
|
||||
/* ~the "not actually supported by browsers yet" zone~ */
|
||||
@media (prefers-contrast: high) {
|
||||
@media (prefers-contrast: high), (prefers-color-scheme: dark) {
|
||||
body {
|
||||
--gradient:
|
||||
linear-gradient(to bottom,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue