FIX Change alert warning colours

This commit is contained in:
Sacha Judd 2017-09-07 16:54:12 +12:00
parent 7d22660989
commit eae8c0e571
1 changed files with 2 additions and 2 deletions

View File

@ -479,8 +479,8 @@ form .message.good {
.warning,
.alert,
form .message.error {
background: #ffdcdb;
color: #586667;
background: #f2dede;
color: #a94442;
}
.hint {