From 52029f55e47887a484c8f898a7af240eb97ddaba Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 4 Apr 2021 20:26:00 +0200 Subject: [PATCH] web: fix form error text not being red in dark mode Signed-off-by: Jens Langhammer --- web/src/authentik.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/authentik.css b/web/src/authentik.css index 8a3f65d3c..6a81f4eb9 100644 --- a/web/src/authentik.css +++ b/web/src/authentik.css @@ -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 */