Make error notification text white
Otherwise it's a dark color on red; unreadable.
This commit is contained in:
parent
5f49c4da7c
commit
2f92b7f705
1 changed files with 1 additions and 0 deletions
|
@ -571,6 +571,7 @@ i.toggle-icon:hover {
|
|||
|
||||
.notification-error {
|
||||
background: red;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.user-notification.notification-animated {
|
||||
|
|
Reference in a new issue