dark-mode: Fix background color of dropdown menus.

This commit is contained in:
YJDave
2018-01-25 21:42:32 +05:30
committed by Tim Abbott
parent 2b1b477fc7
commit 65592375ce

View File

@@ -85,6 +85,11 @@ body.dark-mode select {
color: inherit;
}
body.dark-mode select option {
background-color: hsl(212, 28%, 18%);
color: hsl(236, 33%, 90%);
}
body.dark-mode .new-style .button.no-style {
background-color: transparent;
}