Add contrast to notifications.

This commit is contained in:
Roland Jesse 2012-02-04 23:30:20 +01:00
parent e62beb5a10
commit 6cb1bc154c

View file

@ -133,6 +133,7 @@ font-weight: 400;
}
#notice {
background-color: green;
color: rgb(249, 249, 249);
}
#alert, #error, #notice {
border-bottom-color: #e6db55;