From 9c2da0c1d06f62ae2f53410604067ec0ab8a8622 Mon Sep 17 00:00:00 2001 From: Weilbyte Date: Fri, 9 Jul 2021 16:36:06 +0200 Subject: [PATCH] 7.0: Fix grid group title color for repo page --- PVEDiscordDark/sass/x/_grid.sass | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PVEDiscordDark/sass/x/_grid.sass b/PVEDiscordDark/sass/x/_grid.sass index 0c88980..bfa18a4 100644 --- a/PVEDiscordDark/sass/x/_grid.sass +++ b/PVEDiscordDark/sass/x/_grid.sass @@ -10,7 +10,7 @@ background: $dark border-width: 0 !important &:hover, &.x-grid-item-selected - background-color: $light + background-color: $light .x-grid-item-alt background: $darker @@ -20,7 +20,7 @@ background: $dark border-width: 0 !important -.x-grid-group-title +.proxmox-apt-repos .x-grid-group-title, .x-grid-group-title color: #fff .x-grid-row-loading @@ -39,6 +39,6 @@ .x-grid-icon-custom.lock-migrate:after color: $yellow -.x-grid-empty - background-color: inherit - color: #fff \ No newline at end of file +.x-grid-empty + background-color: inherit + color: #fff