web: fix form error text not being red in dark mode

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-04-04 20:26:00 +02:00
parent 85121de9d7
commit 52029f55e4
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ body {
color: var(--ak-dark-foreground);
}
/* inputs help text */
.pf-c-form__helper-text {
.pf-c-form__helper-text:not(.pf-m-error) {
color: var(--ak-dark-foreground);
}
/* modal */