From 70221e3d1438b7fc1495080b317339ec09240edc Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 19 May 2022 22:03:03 +0200 Subject: [PATCH] web: fix labels in forms for dark mode Signed-off-by: Jens Langhammer --- web/src/authentik.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/authentik.css b/web/src/authentik.css index e98426cbb..52c90791e 100644 --- a/web/src/authentik.css +++ b/web/src/authentik.css @@ -111,6 +111,7 @@ html > form > input { --pf-global--Color--100: var(--ak-dark-foreground); --pf-c-page__main-section--m-light--BackgroundColor: var(--ak-dark-background-darker); --pf-global--link--Color: var(--ak-dark-foreground-link); + --pf-c-radio__label--Color: var(--ak-dark-foreground-link); } /* Global page background colour */ .pf-c-page {