This commit is contained in:
Mirco Wittrien 2021-05-25 12:38:16 +02:00
parent 53f20e96c4
commit 6b05d2ab5a
5 changed files with 9 additions and 4 deletions

View File

@ -229,10 +229,14 @@
.channelNotice-1-XFjC.premiumGuildSubscription-3oKecP {
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/channelnotice_premium_bg.svg) center 23px no-repeat;
}
.channelNotice-1-XFjC.premiumGuildSubscription-3oKecP::after {
.channelNotice-1-XFjC.premiumGuildSubscription-3oKecP::before {
background: rgb(var(--accentcolor));
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/channelnotice_premium_accent.svg) center 23px no-repeat;
}
.channelNotice-1-XFjC.premiumGuildSubscription-3oKecP::after {
background: rgb(var(--accentcolor2));
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/channelnotice_premium_accent2.svg) center 23px no-repeat;
}
.channelNotice-1-XFjC.publicUpsell-31ZSJ8::before {
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/channelnotice_upsell_bg.svg) center 12px no-repeat;
}
@ -810,7 +814,7 @@
left: 0;
pointer-events: none;
background: rgb(var(--accentcolor2));
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/usersettings_boostbadge_accent.svg) center/contain no-repeat;
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/usersettings_boostbadge_accent2.svg) center/contain no-repeat;
}
.premiumGuildIcon-13KUPa { /* boostsettings perkicon premium */
color: rgb(var(--accentcolor2));
@ -1588,7 +1592,7 @@ a.metadataName-14STf- {
left: 0;
pointer-events: none;
background: rgb(var(--accentcolor2));
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/transferboost_header_accent.svg) center/contain no-repeat;
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/transferboost_header_accent2.svg) center/contain no-repeat;
}
/* ---- 10.10. STREAMSETTINGSMODAL ---- */

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="154" height="86" viewBox="0 0 154 86"><path fill="black" d="M 129.75391 51.929688 L 120.46094 61.222656 L 120.46094 76.708984 L 129.75391 86 L 139.04492 76.708984 L 139.04492 61.222656 L 134.40039 63.183594 L 134.39844 63.183594 L 134.39844 74.849609 L 129.75391 79.496094 L 125.10742 74.849609 L 125.10742 63.183594 L 129.75391 58.537109 L 129.75391 51.929688 z M 129.75391 60.705078 L 126.65625 63.802734 L 126.65625 74.230469 L 129.75391 77.328125 L 132.84961 74.230469 L 132.84961 63.802734 L 129.75391 60.705078 z"/><path opacity="0.3" fill="black" d="m 129.753,51.9304 v 6.6075 l 4.646,4.6458 4.646,-1.9616 z"/></svg>

After

Width:  |  Height:  |  Size: 670 B

View File

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB