mirror of https://github.com/zulip/zulip.git
app: Fix automatic-scheme loading color for rebased background change.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
0ec16407ba
commit
e0cb3c6908
|
@ -53,7 +53,7 @@
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
:root.color-scheme-automatic #app-loading {
|
:root.color-scheme-automatic #app-loading {
|
||||||
background-color: hsl(212, 28%, 18%);
|
background-color: hsl(0, 0%, 11%);
|
||||||
color: hsl(236, 33%, 90%);
|
color: hsl(236, 33%, 90%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue