Merge pull request #1008 from lindenkron/Avatar-box-Darkmode

Darkmode for avatar box.
This commit is contained in:
Steve Seguin 2023-02-06 12:19:31 -05:00 committed by GitHub
commit f7c88fcce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4472,7 +4472,7 @@ body.darktheme button {
filter: brightness(0.70);
}
body.darktheme .column .las {
color: black;
color: #f8f7f7;
}
body.darktheme label {
filter: brightness(0.85);
@ -4489,6 +4489,18 @@ body.darktheme .videoMenu {
body.darktheme .audioMenu{
background-color: #414141;
}
body.darktheme #avatarDiv{
background-color: #414141;
}
body.darktheme .selected {
border: solid 3px #f8f7f7;
}
body.darktheme #selectAvatarImage label {
color: #f8f7f7;
}
body.darktheme .avatarLabel {
color: #f8f7f7;
}
body.darktheme #headphonesDiv{
background-color: #414141;
}