From 4c64012cb816144d5676f6100090951236e90406 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Thu, 6 Feb 2025 18:48:33 +0100 Subject: [PATCH] style(front): modernize old background color --- front/src/style/globals/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/style/globals/_layout.scss b/front/src/style/globals/_layout.scss index e95cd4250..bc53a140b 100644 --- a/front/src/style/globals/_layout.scss +++ b/front/src/style/globals/_layout.scss @@ -1,6 +1,6 @@ .main.with-background, .opaque { - background: var(--site-background); + background: var(--background-color); } .main.pusher > .ui.secondary.menu {