Merge pull request #792 from mjibson/error-notification-color

Make error notification text white
This commit is contained in:
Matt Jibson 2015-11-04 16:26:21 -05:00
commit 74d70ce3ea

View file

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