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:
parent
85121de9d7
commit
52029f55e4
|
@ -237,7 +237,7 @@ body {
|
||||||
color: var(--ak-dark-foreground);
|
color: var(--ak-dark-foreground);
|
||||||
}
|
}
|
||||||
/* inputs help text */
|
/* inputs help text */
|
||||||
.pf-c-form__helper-text {
|
.pf-c-form__helper-text:not(.pf-m-error) {
|
||||||
color: var(--ak-dark-foreground);
|
color: var(--ak-dark-foreground);
|
||||||
}
|
}
|
||||||
/* modal */
|
/* modal */
|
||||||
|
|
Reference in New Issue