web: fix text-colour for form help text

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-04-28 21:55:01 +02:00
parent 3dcd67c1a3
commit 8b3923200d
1 changed files with 6 additions and 0 deletions

View File

@ -100,6 +100,9 @@ body {
.ak-initial-load h1 {
color: var(--ak-dark-foreground);
}
.form-help-text {
color: var(--pf-global--Color--100);
}
@media (prefers-color-scheme: dark) {
:root {
@ -239,6 +242,9 @@ body {
.pf-c-check__label {
color: var(--ak-dark-foreground);
}
.form-help-text {
color: var(--ak-dark-foreground);
}
/* inputs help text */
.pf-c-form__helper-text:not(.pf-m-error) {
color: var(--ak-dark-foreground);