Merge pull request #792 from mjibson/error-notification-color
Make error notification text white
This commit is contained in:
commit
74d70ce3ea
1 changed files with 1 additions and 0 deletions
|
@ -571,6 +571,7 @@ i.toggle-icon:hover {
|
||||||
|
|
||||||
.notification-error {
|
.notification-error {
|
||||||
background: red;
|
background: red;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-notification.notification-animated {
|
.user-notification.notification-animated {
|
||||||
|
|
Reference in a new issue