stuff
This commit is contained in:
parent
9fb5152c1a
commit
f6a74fdd1e
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue