This commit is contained in:
Mirco Wittrien 2020-08-26 21:10:28 +02:00
parent 9a34815e59
commit dc6720db9f
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/res/BetterDocsBlock.css);
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/res/ThemeDevBadge.css);
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BlurpleRecolor/BlurpleRecolor.css);
@import url(https://discord-custom-covers.github.io/usrbg/dist/usrbg.css);
:root {
--dtransparencyalpha: 0,0,0;
@ -3088,7 +3089,7 @@ body:before {
background-color: rgba(var(--vtransparencycolor), calc(var(--vtransparencyalpha) + 0.2));
}
.root-SR8cQa:before {
background: var(--vpopout) center/var(--vpopoutsize);
background: var(--user-background, var(--vpopout)) center/var(--vpopoutsize);
filter: blur(var(--vpopoutblur));
background-attachment: fixed;
}
@ -4349,7 +4350,7 @@ body:before {
background-color: rgba(var(--vtransparencycolor), calc(var(--vtransparencyalpha) + 0.25));
}
.userPopout-3XzG_A:before {
background: var(--vpopout) center/var(--vpopoutsize);
background: var(--user-background, var(--vpopout)) center/var(--vpopoutsize);
filter: blur(var(--vpopoutblur));
background-attachment: fixed;
}