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,
.alert,
form .message.error {
background: #ffdcdb;
color: #586667;
background: #f2dede;
color: #a94442;
}
.hint {