Merge pull request #142 from creative-commoners/pulls/2.0/alert-color

FIX Change alert warning colours
This commit is contained in:
Robbie Averill 2017-09-07 17:04:18 +12:00 committed by GitHub
commit b8cfbc204e
1 changed files with 2 additions and 2 deletions

View File

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