diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.scss | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 4c107c0d58f..2e53571a806 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -182,12 +182,8 @@ left: 12px; top: 1px; bottom: 1px; - - img { - opacity: 0; - max-width: 100%; - max-height: 200px; - } + // Invert custom logo if primary too bright + filter: var(--image-logoheader-custom, var(--primary-invert-if-bright)) } .header-appname-container { |