From 75cf411dac07bd0a4738325f66b73fe655e3823a Mon Sep 17 00:00:00 2001 From: clean-coder Date: Wed, 17 Jul 2024 16:38:14 +0200 Subject: [PATCH] #972: frontend support for custom CSS styles --- .../application-top-bar/application-top-bar.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/application-top-bar/application-top-bar.component.scss b/frontend/src/app/components/application-top-bar/application-top-bar.component.scss index 90bb22dfa0..6dedd3b171 100644 --- a/frontend/src/app/components/application-top-bar/application-top-bar.component.scss +++ b/frontend/src/app/components/application-top-bar/application-top-bar.component.scss @@ -12,7 +12,7 @@ z-index: 102; height: inherit; justify-content: space-between; - background-color: $pz-dark-blue; + background-color: var(--okr-topbar-background-color); } .topBarEntry {