From 303873e227fc86f74816afe4e822482db21238ee Mon Sep 17 00:00:00 2001 From: OpenDXP Date: Thu, 11 Dec 2025 15:01:26 +0100 Subject: [PATCH 1/2] Remove dark scheme from root --- public/css/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/variables.css b/public/css/variables.css index f560620..1223cc5 100644 --- a/public/css/variables.css +++ b/public/css/variables.css @@ -1,5 +1,5 @@ :root { - color-scheme: light dark; + color-scheme: light; --opendxp-lime-100: #E6FF2A; --opendxp-lime-200: #D4EB27; From 2b3d47968fb10d3403f3b2f325b872d9b1bb3089 Mon Sep 17 00:00:00 2001 From: OpenDXP Date: Mon, 15 Dec 2025 11:16:03 +0100 Subject: [PATCH 2/2] Removed signet styling override --- templates/admin/misc/admin_css.html.twig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/admin/misc/admin_css.html.twig b/templates/admin/misc/admin_css.html.twig index 61961b3..125608a 100644 --- a/templates/admin/misc/admin_css.html.twig +++ b/templates/admin/misc/admin_css.html.twig @@ -45,10 +45,6 @@ {# CUSTOM BRANDING #} {% if adminSettings is defined and adminSettings['branding']['color_admin_interface'] is defined %} {% set interfaceColor = adminSettings['branding']['color_admin_interface'] %} -#opendxp_signet { - background-color: {{ interfaceColor }} !important; -} - #opendxp_avatar { background-color: {{ interfaceColor }} !important; }