Update BasicBackground.css
This commit is contained in:
parent
f88b995d6c
commit
307236aacb
|
@ -318,10 +318,6 @@ body:before {
|
||||||
.guildIconUnavailable-5PMHDN, /* guilderror miniicon */
|
.guildIconUnavailable-5PMHDN, /* guilderror miniicon */
|
||||||
.guildsError-b7zR5H { /* guilderror innerwrap */
|
.guildsError-b7zR5H { /* guilderror innerwrap */
|
||||||
background-color: rgba(240, 71, 71, 0.3);
|
background-color: rgba(240, 71, 71, 0.3);
|
||||||
color: rgb(var(--fontwhite1));
|
|
||||||
}
|
|
||||||
.guildsError-b7zR5H:hover {
|
|
||||||
color: rgb(var(--fontwhite1));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dragInner-_SHftW { /* dragplaceholder */
|
.dragInner-_SHftW { /* dragplaceholder */
|
||||||
|
@ -763,6 +759,9 @@ body:before {
|
||||||
.divider-JfaTT5.hasContent-1cNJDh { /* divider hascontent */
|
.divider-JfaTT5.hasContent-1cNJDh { /* divider hascontent */
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
.unreadPill-2HyYtt { /* divider unreadPill */
|
||||||
|
color: rgb(var(--fontwhite1));
|
||||||
|
}
|
||||||
.content-1o0f9g { /* divider content */
|
.content-1o0f9g { /* divider content */
|
||||||
background-color: rgba(var(--vtransparencycolor), 0.2);
|
background-color: rgba(var(--vtransparencycolor), 0.2);
|
||||||
color: rgb(var(--fontwhite3));
|
color: rgb(var(--fontwhite3));
|
||||||
|
@ -2879,7 +2878,11 @@ body:before {
|
||||||
#app-mount .activityProfile-2bJRaP .name-29ETJS { /* header activityname */
|
#app-mount .activityProfile-2bJRaP .name-29ETJS { /* header activityname */
|
||||||
color: rgb(var(--fontwhite2));
|
color: rgb(var(--fontwhite2));
|
||||||
}
|
}
|
||||||
|
.activityName-1IaRLn,
|
||||||
|
.nameNormal-2lqVQK,
|
||||||
|
.nameWrap-3Z4G_9 {
|
||||||
|
color: rgb(var(--fontwhite1));
|
||||||
|
}
|
||||||
.userInfoSectionHeader-CBvMDh { /* body sectionheader */
|
.userInfoSectionHeader-CBvMDh { /* body sectionheader */
|
||||||
color: rgb(var(--fontwhite3));
|
color: rgb(var(--fontwhite3));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue