loading_page: Fix the color of the App-loading text.

Fixes #20172
This commit is contained in:
Manan Rathi
2021-11-06 09:31:39 +05:30
committed by Tim Abbott
parent 6262c88e00
commit 230607853d

View File

@@ -41,6 +41,9 @@
top: unset;
bottom: 20px;
}
body.color-scheme-automatic #app-loading{
color: hsl(0, 0%, 20%);
}
body.night-mode #app-loading {
background-color: hsl(212, 28%, 18%);
color: hsl(236, 33%, 90%);