A tad darker notification background color. #932

This commit is contained in:
Nicolas Stepien 2013-03-10 22:07:38 +01:00
parent 818d78380e
commit 3027149ca5
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -161,16 +161,16 @@ a[href="javascript:;"] {
transition: all .25s ease-in-out;
}
.notification.error {
background-color: hsla(0, 100%, 40%, .9);
background-color: hsla(0, 100%, 38%, .9);
}
.notification.warning {
background-color: hsla(36, 100%, 40%, .9);
background-color: hsla(36, 100%, 38%, .9);
}
.notification.info {
background-color: hsla(200, 100%, 40%, .9);
background-color: hsla(200, 100%, 38%, .9);
}
.notification.success {
background-color: hsla(104, 100%, 40%, .9);
background-color: hsla(104, 100%, 38%, .9);
}
.notification a {
color: white;