From 8793bb13585efa36718f01761f9d929256df6312 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 8 Apr 2021 22:13:41 +0200 Subject: [PATCH] web: fix color of form-group header in dark mode Signed-off-by: Jens Langhammer --- web/src/authentik.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/src/authentik.css b/web/src/authentik.css index b61a0d566..14a6d976e 100644 --- a/web/src/authentik.css +++ b/web/src/authentik.css @@ -191,6 +191,10 @@ body { .pf-c-expandable-section__toggle-icon { color: var(--ak-dark-foreground); } + /* header for form group */ + .pf-c-form__field-group-header-title-text { + color: var(--ak-dark-foreground); + } /* inputs */ .pf-c-input-group { --pf-c-input-group--BackgroundColor: transparent;