diff --git a/core/css/server.css b/core/css/server.css index c8a20e75e91cfa8f6981710eb516aa6559ecf3e1..cb19c8857a6f0cd7bd22594d74a9eb5c428541e8 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -60,6 +60,9 @@ --search-icon: var(--original-icon-search-dark); --body-container-radius: 0px; --app-icon-filter: brightness(0.5); + --image-logoheader-custom:true !important; + --background-image-invert-if-bright:no !important; + --image-background:none !important; } /* Force a few variables to right values for dark theme */ @@ -72,6 +75,9 @@ body[data-themes="dark"] , body[data-themes="dark-highcontrast"]{ --notification-icon-has-notification: var(--icon-has-notification-light); --search-icon: var(--original-icon-search-white); --app-icon-filter: brightness(1); + --image-logoheader-custom:true; + --background-image-invert-if-bright:no !important; + --image-background:none !important; } body.theme--highcontrast {