Make select options dark on Chromium

This commit is contained in:
Alexandre Iooss 2020-10-11 11:07:51 +02:00
parent 2ee2ed78a9
commit 3eb5f4cc4b
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,10 @@
padding-right: 0.8rem;
}
.control-quality select option {
color: #000;
}
/* Hide chat toggler on small screen */
.control-chat {
display: none;