Fix the unreadable <select> with the Tomorrow theme.
This commit is contained in:
parent
920c0223bc
commit
44a0099064
File diff suppressed because one or more lines are too long
@ -30,6 +30,12 @@
|
|||||||
background-color: #282A2E;
|
background-color: #282A2E;
|
||||||
border-color: #111;
|
border-color: #111;
|
||||||
}
|
}
|
||||||
|
:root.tomorrow #qr select {
|
||||||
|
color: #C5C8C6;
|
||||||
|
}
|
||||||
|
:root.tomorrow #qr option {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
:root.tomorrow .qrpreview {
|
:root.tomorrow .qrpreview {
|
||||||
background-color: rgba(255, 255, 255, .15);
|
background-color: rgba(255, 255, 255, .15);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user