This commit is contained in:
Mirco Wittrien 2021-05-18 13:16:28 +02:00
parent 9fb5152c1a
commit f6a74fdd1e
2 changed files with 5 additions and 3 deletions

View File

@ -1937,7 +1937,9 @@ body::before {
#app-mount .pageWrapper-1PgVDX { /* guilddiscovery container */
color: var(--header-primary);
}
#app-mount .search-1iTphC .searchBox-2_mAlO { /* guilddiscovery searchbox */
background: #fff;
}
#app-mount .card-3DjzTQ { /* guildcard container */
background-color: rgba(var(--transparencycolor), .3);
}

View File

@ -649,7 +649,7 @@
background-image: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/nitrobadge_details.svg), linear-gradient(90deg, rgb(var(--accentcolor)), rgba(var(--accentcolor), 0.5)) !important;
}
.pageWrapper-3F6owx { /* store pagewrapper */
background: white linear-gradient(114deg, rgb(var(--accentcolor)), rgba(var(--accentcolor), 0.6));
background: #fff linear-gradient(114deg, rgb(var(--accentcolor)), rgba(var(--accentcolor), 0.6));
}
@ -911,7 +911,7 @@
z-index: -1;
}
.banner-aJsFyZ::before {
background: white;
background: #fff;
}
.bannerClubs-3Xj268 {
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/rolebanner_clubs_details.svg) center/cover no-repeat;