themes
This commit is contained in:
parent
e91c20c6f5
commit
95334a28d4
|
@ -3434,6 +3434,19 @@ img[src="/assets/cef02719c12d8aaf38894c16dca7fbe6.svg"] { /* rolesettings addr
|
|||
background-color: rgba(var(--transparencycolor), calc(var(--transparencyalpha) + 0.2));
|
||||
backdrop-filter: blur(var(--popoutblur));
|
||||
}
|
||||
#app-mount .emptyState_afda24 {
|
||||
background: transparent;
|
||||
}
|
||||
#app-mount .emptyState_afda24::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: url(https://discord.com/assets/c586aac99de98cfb010d.svg) center/100px no-repeat;
|
||||
opacity: .5;
|
||||
}
|
||||
.root_a28985 .quickswitcher_a3d29a::before,
|
||||
.root_a28985 .quickswitcher_a3d29a::after {
|
||||
display: none;
|
||||
|
|
|
@ -829,11 +829,16 @@
|
|||
#app-mount .tier1UploadPerk__01029 { /* nitropage tier 1 upload icon */
|
||||
color: rgb(var(--accentcolor));
|
||||
}
|
||||
|
||||
|
||||
.marketingLogoImage__4820c { /* boostsettings boost header */
|
||||
position: relative;
|
||||
}
|
||||
.fullArt_c24fa5,
|
||||
.marketingLogoImage__4820c {
|
||||
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildsettings_boostheader_bg.svg) center/cover no-repeat;
|
||||
}
|
||||
.fullArt_c24fa5::before,
|
||||
.fullArt_c24fa5::after,
|
||||
.marketingLogoImage__4820c::before,
|
||||
.marketingLogoImage__4820c::after {
|
||||
content: "";
|
||||
|
@ -844,10 +849,12 @@
|
|||
left: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
.fullArt_c24fa5::before,
|
||||
.marketingLogoImage__4820c::before {
|
||||
background: rgb(var(--accentcolor));
|
||||
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildsettings_boostheader_accent.svg) center/cover no-repeat;
|
||||
}
|
||||
.fullArt_c24fa5::after,
|
||||
.marketingLogoImage__4820c::after {
|
||||
background: rgb(var(--accentcolor2));
|
||||
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/guildsettings_boostheader_accent2.svg) center/cover no-repeat;
|
||||
|
|
Loading…
Reference in New Issue