mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
night mode: Alter compose warning background to fit night mode.
Fixes #10916.
This commit is contained in:
@@ -369,6 +369,12 @@ on a dark background, and don't change the dark labels dark either. */
|
|||||||
border: 1px solid hsl(49, 38%, 46%);
|
border: 1px solid hsl(49, 38%, 46%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alert.home-error-bar {
|
||||||
|
color: hsl(236, 33%, 90%);
|
||||||
|
background-color: hsla(35, 84%, 62%, 0.25);
|
||||||
|
border: 1px solid hsl(11, 46%, 54%);
|
||||||
|
}
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user