dark-mode: Change top-of-messages colors for dark mode.

Make it a white background with the “Z” in the same dark grey/blue
color as the background.
This commit is contained in:
Brock Whittaker 2017-11-29 16:02:15 -08:00 committed by Tim Abbott
parent d883f3308c
commit 387bdd34c7
1 changed files with 10 additions and 0 deletions

View File

@ -282,3 +282,13 @@ body.dark-mode .alert-box .alert {
body.dark-mode .alert-box .alert.alert-error::before {
color: 1px solid hsl(0, 75%, 65%);
}
body.dark-mode .top-messages-logo svg path {
fill: #222d3b;
stroke: #222d3b;
}
body.dark-mode .top-messages-logo svg circle {
fill: #fff;
stroke: #fff;
}