This commit is contained in:
Mirco Wittrien 2020-11-23 18:23:44 +01:00
parent 6e34b3a70d
commit 1182f74dac
2 changed files with 22 additions and 0 deletions

View File

@ -1206,6 +1206,25 @@ body::before {
color: rgb(var(--fontwhite4));
}
#app-mount .invite-18yqGF { /* invite group invite */
background-color: rgba(var(--vtransparencycolor), 0.3);
border-color: rgba(var(--vtransparencycolor), 0.1);
}
#app-mount .header-Hg_qNF {
color: rgb(var(--fontwhite3));
}
#app-mount .name-GG2Mcs,
#app-mount .partyStatus-6AjDud {
color: rgb(var(--fontwhite1));
}
#app-mount .moreUsers-1sZP3U {
background-color: rgba(var(--vtransparencycolor), 0.3);
color: rgb(var(--fontwhite3));
}
#app-mount .partyMemberEmpty-2iyh5g {
background-color: rgba(var(--vtransparencycolor), 0.3);
}
/* ---- 6.3. TEXTAREA ---- */

View File

@ -1179,6 +1179,9 @@ img[src='/assets/bfffd518c76d3f6bc5e96eb52e4ae2cf.svg'] {
#app-mount .helpIcon-2EyVTp {
background-color: var(--header-primary);
}
#app-mount .helpIcon-2EyVTp [fill] {
fill: var(--background-secondary);
}
#app-mount .textLink-3aPthL,
#app-mount .message-group .textLink-3aPthL {
color: var(--header-primary);