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:
Brock Whittaker 2018-01-24 12:34:57 -08:00 committed by Tim Abbott
parent 0bf02e531c
commit 2d18bade15
1 changed files with 6 additions and 0 deletions

View File

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