Merge pull request #1039 from lindenkron/small-fixes

More small things
This commit is contained in:
Steve Seguin 2023-04-10 19:30:53 -04:00 committed by GitHub
commit dff926ac14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -646,7 +646,7 @@ body.darktheme .credits>a:visited {
}
.darktheme .advancedAudioSettings, .darktheme .advancedVideoSettings {
background-color: #222;
background-color: var(--discord-grey-2);
}
.advancedAudioSettings, .advancedVideoSettings {
@ -1206,7 +1206,7 @@ button.glyphicon-button.active.focus {
display: flex;
position: fixed;
z-index: 995;
bottom: 0px;
bottom: 10px;
border: 0;
min-height: 52px;
pointer-events: none;
@ -4902,7 +4902,8 @@ body.darktheme .card{
background-color: #40444E
}
body.darktheme input{
background-color: #ccc;
background-color: var(--discord-grey-7);
color: var(--discord-text);
}
body.darktheme .column>h2{
color: #b6b6b6;
@ -4960,7 +4961,8 @@ body.darktheme #headphonesDiv3{
background-color: #414141;
}
body.darktheme select{
background-color: #b2b2b2;
background-color: var(--discord-grey-7);
color: var(--discord-text);
}
body.darktheme .white {
filter: brightness(0.85);