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:
My-Name-Is-Nabil 2021-12-03 02:22:04 +02:00 committed by Tim Abbott
parent baea14ee57
commit edccb79010
1 changed files with 1 additions and 0 deletions

View File

@ -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);