diff options
Diffstat (limited to 'core/css/server.css')
-rw-r--r-- | core/css/server.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/css/server.css b/core/css/server.css index 538093fcb2d..30d108b0a88 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -2215,15 +2215,9 @@ label.infield { } #header .logo { display: inline-flex; - background-image: var(--image-logoheader, var(--image-logo, url("../img/logo/logo.svg"))); - background-repeat: no-repeat; - background-size: contain; - background-position: center; width: 62px; position: absolute; left: 12px; - top: 1px; - bottom: 1px; filter: var(--image-logoheader-custom, var(--background-image-invert-if-bright)); } #header .header-appname-container { |