Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2025-03-07 17:25:39 +01:00
parent de00dd7ea6
commit 07fee2ed98
1 changed files with 3 additions and 0 deletions

View File

@ -563,6 +563,9 @@ body:has(#app-mount)::after {
/* ~~~~ 4. GUILDLIST ~~~~ */
#app-mount .guildSeparator__252b6 { /* separator */
background-color: var(--border-subtle, var(--background-modifier-accent));
}
#app-mount .footer__214dc { /* footer */
background: transparent;
}