[pmg-devel] [PATCH pmg-gui 1/2] mobile quarantine: properly style main logo

Stefan Sterz s.sterz at proxmox.com
Tue Mar 14 15:02:01 CET 2023


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 <s.sterz at proxmox.com>
---
 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);
     }
-- 
2.30.2





More information about the pmg-devel mailing list