From 018680866c60aa5625bd14d2eb21bbf0f333d410 Mon Sep 17 00:00:00 2001 From: gngpp Date: Sun, 19 Feb 2023 20:38:16 +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..8f4d44b 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