From 263904a218d721b774fd4a371a0510279c8835fe Mon Sep 17 00:00:00 2001 From: gngpp Date: Sun, 19 Feb 2023 20:30:42 +0800 Subject: [PATCH] Fix component pkgversions background color style --- PVEDiscordDark/sass/x/_component.sass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PVEDiscordDark/sass/x/_component.sass b/PVEDiscordDark/sass/x/_component.sass index 72a8473..c9af67d 100644 --- a/PVEDiscordDark/sass/x/_component.sass +++ b/PVEDiscordDark/sass/x/_component.sass @@ -3,4 +3,7 @@ &.x-box-item.x-component-default background-color: transparent &.x-fieldset-header-text.x-component-default - color: #fff \ No newline at end of file + color: #fff + +div[id="pkgversions"] + background-color: unset !important; \ No newline at end of file