From 63039090316d06cf812b4f4308b53936cd73a921 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 9 Dec 2021 20:16:53 +0100 Subject: [PATCH] web: fix linting Signed-off-by: Jens Langhammer --- web/src/authentik.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/src/authentik.css b/web/src/authentik.css index b159ed642..eb8677f3b 100644 --- a/web/src/authentik.css +++ b/web/src/authentik.css @@ -338,7 +338,9 @@ 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; + --pf-c-notification-drawer__list-item--BorderBottomColor: var( + --ak-dark-background-lighter + ) !important; } /* data list */ .pf-c-data-list__item {