diff --git a/src/proxmox.user.css b/src/proxmox.user.css index c2f4a07..0da9b4e 100644 --- a/src/proxmox.user.css +++ b/src/proxmox.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Gruvbox for Proxmox @namespace git.m3.fyi/Marsn3 -@version 1.0.1 +@version 1.0.2 @description Gruvbox Theme for Proxmox @author Marsn3 @homepageURL https://git.m3.fyi/Marsn3/userstyles @@ -257,7 +257,8 @@ filter: brightness(60%) grayscale(100) sepia(100%); } .x-window-body-default, - .x-panel-body-default { + .x-panel-body-default, + .x-message-box .x-window-body { border-color: var(--bg4); background: var(--bg); color: var(--fg);