We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef1dcc commit b09bfa3Copy full SHA for b09bfa3
2 files changed
public/css/variables.css
@@ -1,5 +1,5 @@
1
:root {
2
- color-scheme: light dark;
+ color-scheme: light;
3
4
--opendxp-lime-100: #E6FF2A;
5
--opendxp-lime-200: #D4EB27;
templates/admin/misc/admin_css.html.twig
@@ -45,10 +45,6 @@
45
{# CUSTOM BRANDING #}
46
{% if adminSettings is defined and adminSettings['branding']['color_admin_interface'] is defined %}
47
{% set interfaceColor = adminSettings['branding']['color_admin_interface'] %}
48
-#opendxp_signet {
49
- background-color: {{ interfaceColor }} !important;
50
-}
51
-
52
#opendxp_avatar {
53
background-color: {{ interfaceColor }} !important;
54
}
0 commit comments