mirror of https://github.com/zulip/zulip.git
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:
parent
d883f3308c
commit
387bdd34c7
|
@ -282,3 +282,13 @@ body.dark-mode .alert-box .alert {
|
||||||
body.dark-mode .alert-box .alert.alert-error::before {
|
body.dark-mode .alert-box .alert.alert-error::before {
|
||||||
color: 1px solid hsl(0, 75%, 65%);
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue