mirror of https://github.com/zulip/zulip.git
dark-mode: Style alerts to be darker red.
This styles the alerts to be a darker red that blends more with the blue dark mode theme.
This commit is contained in:
parent
89b38ff87d
commit
edffa56c51
|
@ -270,3 +270,14 @@ body.dark-mode .user-mention-me {
|
||||||
background: hsla(355, 37%, 31%, 1);
|
background: hsla(355, 37%, 31%, 1);
|
||||||
box-shadow: 0px 0px 0px 1px hsla(330, 40%, 20%, 1);
|
box-shadow: 0px 0px 0px 1px hsla(330, 40%, 20%, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.dark-mode .alert-box .alert {
|
||||||
|
background: hsl(318, 12%, 21%);
|
||||||
|
color: inherit;
|
||||||
|
|
||||||
|
border: 1px solid hsl(0, 75%, 65%);
|
||||||
|
}
|
||||||
|
|
||||||
|
body.dark-mode .alert-box .alert.alert-error::before {
|
||||||
|
color: 1px solid hsl(0, 75%, 65%);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue