From cf70fa9638ee456989d6c33c87d8237f4952f1c5 Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Tue, 14 Mar 2023 15:02:01 +0100 Subject: [PATCH] mobile quarantine: properly style main logo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the main logo, presented when logging in, was previously not styled correctly an consequently did not have enough contrast with the background. Signed-off-by: Stefan Sterz Reviewed-by: Dominik Csapak Tested-by:  Dominik Csapak --- css/ext6-pmg-mobile.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/ext6-pmg-mobile.css b/css/ext6-pmg-mobile.css index 85954f9..2fd6e48 100644 --- a/css/ext6-pmg-mobile.css +++ b/css/ext6-pmg-mobile.css @@ -46,6 +46,7 @@ img.logo-navbar { } @media (prefers-color-scheme: dark) { + img.logo, img.logo-navbar { filter: invert(100%) hue-rotate(180deg); }