Skip to content

Commit b09bfa3

Browse files
Remove dark scheme from root (#35)
1 parent 9ef1dcc commit b09bfa3

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

public/css/variables.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
color-scheme: light dark;
2+
color-scheme: light;
33

44
--opendxp-lime-100: #E6FF2A;
55
--opendxp-lime-200: #D4EB27;

templates/admin/misc/admin_css.html.twig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@
4545
{# CUSTOM BRANDING #}
4646
{% if adminSettings is defined and adminSettings['branding']['color_admin_interface'] is defined %}
4747
{% set interfaceColor = adminSettings['branding']['color_admin_interface'] %}
48-
#opendxp_signet {
49-
background-color: {{ interfaceColor }} !important;
50-
}
51-
5248
#opendxp_avatar {
5349
background-color: {{ interfaceColor }} !important;
5450
}

0 commit comments

Comments
 (0)