mirror of https://github.com/zulip/zulip.git
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:
parent
8ec161ab77
commit
baa87be5e2
|
@ -264,7 +264,7 @@ body {
|
|||
}
|
||||
|
||||
.help-inline.text-error {
|
||||
color: hsl(1, 44%, 50%);
|
||||
color: hsl(1, 54%, 61%);
|
||||
}
|
||||
|
||||
a.title {
|
||||
|
|
Loading…
Reference in New Issue