Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2020-10-05 21:26:49 +02:00 committed by GitHub
parent 5a6a6b6730
commit 3193a4da80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -5210,6 +5210,10 @@ body:before {
background-color: transparent;
}
.guildSection-1EoFKd { /* popout emojisection */
background-color: rgba(var(--vtransparencycolor), 0.2);
}
.loading-1lSwpg { /* popout loading placeholder */
background: rgba(var(--vtransparencycolor), 0.3);
}