fix: add the appropriate color-scheme for dark mode (#2480)
parent
c75771047c
commit
0442dcc1a0
|
@ -49,6 +49,7 @@
|
||||||
--text: white;
|
--text: white;
|
||||||
--background: black;
|
--background: black;
|
||||||
--backgroundLight: #26272D;
|
--backgroundLight: #26272D;
|
||||||
|
color-scheme: dark;
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: light) {
|
@media (prefers-color-scheme: light) {
|
||||||
html.colorMode--system {
|
html.colorMode--system {
|
||||||
|
@ -62,6 +63,7 @@
|
||||||
--text: white;
|
--text: white;
|
||||||
--background: black;
|
--background: black;
|
||||||
--backgroundLight: #26272D;
|
--backgroundLight: #26272D;
|
||||||
|
color-scheme: dark;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -53,6 +53,7 @@
|
||||||
--text: white;
|
--text: white;
|
||||||
--background: black;
|
--background: black;
|
||||||
--backgroundLight: #26272D;
|
--backgroundLight: #26272D;
|
||||||
|
color-scheme: dark;
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: light) {
|
@media (prefers-color-scheme: light) {
|
||||||
html.colorMode--system {
|
html.colorMode--system {
|
||||||
|
@ -66,6 +67,7 @@
|
||||||
--text: white;
|
--text: white;
|
||||||
--background: black;
|
--background: black;
|
||||||
--backgroundLight: #26272D;
|
--backgroundLight: #26272D;
|
||||||
|
color-scheme: dark;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue