From 4bdc06865b5b80745a7ff85555349539bf0eafc8 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 9 Dec 2021 20:10:14 +0100 Subject: [PATCH] web: fix borders of sidebars in 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 eaeae18e86..b159ed6428 100644 --- a/web/src/authentik.css +++ b/web/src/authentik.css @@ -338,6 +338,7 @@ html > form > input { .pf-c-notification-drawer__list-item { background-color: var(--ak-dark-background-light-ish); color: var(--ak-dark-foreground); + --pf-c-notification-drawer__list-item--BorderBottomColor: var(--ak-dark-background-lighter) !important; } /* data list */ .pf-c-data-list__item {