1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2024-12-22 10:22:19 +00:00

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

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;