diff options
Diffstat (limited to 'core/css/header.scss')
-rw-r--r-- | core/css/header.scss | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index c363312ab8b..8691d464bd0 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -163,15 +163,9 @@ } .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; // Invert if not customized and background is bright filter: var(--image-logoheader-custom, var(--background-image-invert-if-bright)); } |