From c5222bf439ec15959673695c8fb21b8e0dc9edd8 Mon Sep 17 00:00:00 2001 From: Jens L Date: Sun, 6 Aug 2023 01:18:46 +0200 Subject: [PATCH] web/flows: fix identification stage band color (#6489) Signed-off-by: Jens Langhammer --- web/src/common/styles/theme-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/common/styles/theme-dark.css b/web/src/common/styles/theme-dark.css index 52501ab86..bec7f9cb3 100644 --- a/web/src/common/styles/theme-dark.css +++ b/web/src/common/styles/theme-dark.css @@ -264,7 +264,7 @@ select[multiple] option:checked { filter: invert(1); } .pf-c-login__main-footer-band { - background-color: var(--ak-dark-background-lighter); + --pf-c-login__main-footer-band--BackgroundColor: var(--ak-dark-background-lighter); color: var(--ak-dark-foreground); } .form-control-static {