Standardize error text color.

This standardizes the error text color to be the same in the
`.help-inline.text-error` class as it already is in other errors.
This commit is contained in:
Brock Whittaker 2017-09-26 16:19:46 -07:00 committed by Tim Abbott
parent 8ec161ab77
commit baa87be5e2
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ body {
} }
.help-inline.text-error { .help-inline.text-error {
color: hsl(1, 44%, 50%); color: hsl(1, 54%, 61%);
} }
a.title { a.title {