diff options
Diffstat (limited to 'core/css/header.css')
-rw-r--r-- | core/css/header.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/css/header.css b/core/css/header.css index 637b5bc757a..cf613ebd66a 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -173,15 +173,9 @@ } #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 { |