Make select options dark on Chromium
This commit is contained in:
parent
2ee2ed78a9
commit
3eb5f4cc4b
|
@ -73,6 +73,10 @@
|
|||
padding-right: 0.8rem;
|
||||
}
|
||||
|
||||
.control-quality select option {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/* Hide chat toggler on small screen */
|
||||
.control-chat {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in New Issue