mirror of https://github.com/zulip/zulip.git
dark-mode: Make settings "tip" boxes more compatible.
This makes them compatible by making the background dark and the text base color.
This commit is contained in:
parent
0bf02e531c
commit
2d18bade15
|
@ -280,6 +280,12 @@ body.dark-mode .user-mention-me {
|
|||
box-shadow: 0px 0px 0px 1px hsla(330, 40%, 20%, 1);
|
||||
}
|
||||
|
||||
body.dark-mode .tip {
|
||||
color: inherit;
|
||||
background-color: hsla(46, 28%, 38%, 0.27);
|
||||
border: 1px solid hsl(49, 38%, 46%);
|
||||
}
|
||||
|
||||
body.dark-mode .alert {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue