mirror of https://github.com/zulip/zulip.git
settings: Apply dark theme to upgrade tips.
Fixes #20431 by changing dark theme colors of upgrade tips to match colors of other dark theme tips (with the same structure as the existing .tip class).
This commit is contained in:
parent
baea14ee57
commit
edccb79010
|
@ -875,6 +875,7 @@ body.dark-theme {
|
|||
box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.4);
|
||||
}
|
||||
|
||||
.upgrade-tip,
|
||||
.tip {
|
||||
color: inherit;
|
||||
background-color: hsla(46, 28%, 38%, 0.27);
|
||||
|
|
Loading…
Reference in New Issue