app: Fix automatic-scheme loading color for rebased background change.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-05-09 17:21:31 -07:00 committed by Anders Kaseorg
parent 0ec16407ba
commit e0cb3c6908
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
}
@media (prefers-color-scheme: dark) {
:root.color-scheme-automatic #app-loading {
background-color: hsl(212, 28%, 18%);
background-color: hsl(0, 0%, 11%);
color: hsl(236, 33%, 90%);
}
}