Make error notification text white

Otherwise it's a dark color on red; unreadable.
This commit is contained in:
Matt Jibson 2015-11-04 16:13:41 -05:00
parent 5f49c4da7c
commit 2f92b7f705

View file

@ -571,6 +571,7 @@ i.toggle-icon:hover {
.notification-error {
background: red;
color: white;
}
.user-notification.notification-animated {