mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-05-01 05:40:34 +00:00
mobile quarantine: properly style main logo
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@proxmox.com> Reviewed-by: Dominik Csapak <d.csapak@proxmox.com> Tested-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
9bcb553cfb
commit
cf70fa9638
@ -46,6 +46,7 @@ img.logo-navbar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
img.logo,
|
||||||
img.logo-navbar {
|
img.logo-navbar {
|
||||||
filter: invert(100%) hue-rotate(180deg);
|
filter: invert(100%) hue-rotate(180deg);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user