This commit is contained in:
Mirco Wittrien 2020-10-16 09:26:23 +02:00
parent 896a4533a3
commit f5c202a3ca
2 changed files with 11 additions and 5 deletions

View File

@ -2299,18 +2299,24 @@ body:before {
border-color: rgba(var(--fontwhite1), 0.1);
}
#app-mount .userSettingsAccount-2eMFVR .viewBody-2Qz-jg { /* myaccount info */
#app-mount .userSettingsAccount-2eMFVR .viewBody-2Qz-jg { /* accountsettings info */
color: rgb(var(--fontwhite3));
}
.questionMark-CWEQZn .icon-3a_Jgd { /* myaccount questionmark */
.questionMark-3qBhGj .icon-3OA7an { /* accountsettings questionmark */
color: rgb(var(--fontwhite1));
}
#app-mount .avatarUploader-3XDtmn .removeButton-1hcZyG { /* myaccount removeavatar */
#app-mount .avatarUploader-3XDtmn .removeButton-1hcZyG { /* accountsettings removeavatar */
color: rgb(var(--fontwhite3));
}
#app-mount .userSettingsSecurity-3IYeMF .codeCheckbox-1T0TTy {
color: rgb(var(--fontwhite2));
}
#app-mount .background-1QDuV2 { /* accountsettings container */
background-color: rgba(var(--vtransparencycolor), 0.2);
}
#app-mount .fieldList-21DyL8 { /* accountsettings settings */
background-color: rgba(var(--vtransparencycolor), 0.4);
}
.accountList-33MS45 { /* connections container */
background-color: rgba(var(--vtransparencycolor), 0.4);

View File

@ -808,10 +808,10 @@
background-color: rgb(var(--vaccentcolor));
}
#app-mount .questionMark-CWEQZn { /* accountsettings questionmark */
#app-mount .questionMark-3qBhGj { /* accountsettings questionmark */
background-color: rgb(var(--vaccentcolor));
}
#app-mount .questionMark-CWEQZn:hover {
#app-mount .questionMark-3qBhGj:hover {
background: var(--vaccentcolor-hover);
}