Update version number and add logo inversion

This commit is contained in:
Mars 2023-03-14 10:51:14 +01:00
parent 1568169694
commit 6abd8708af

View file

@ -1,7 +1,7 @@
/* ==UserStyle== /* ==UserStyle==
@name Gruvbox for Proxmox @name Gruvbox for Proxmox
@namespace git.m3.fyi/Marsn3 @namespace git.m3.fyi/Marsn3
@version 1.0.2 @version 1.0.3
@description Gruvbox Theme for Proxmox @description Gruvbox Theme for Proxmox
@author Marsn3 @author Marsn3
@homepageURL https://git.m3.fyi/Marsn3/userstyles @homepageURL https://git.m3.fyi/Marsn3/userstyles
@ -13,7 +13,9 @@
.proxmox-invalid-row { .proxmox-invalid-row {
background-color: var(--red); background-color: var(--red);
} }
#proxmoxlogo-1018-img {
filter: invert(100%) sepia(100%);
}
.critical { .critical {
color: var(--red); color: var(--red);
} }