[mod] simple theme: adjust button colors in dark version.

buttons:
* previous & next in the result page
* save, restore, & back in the preferences
* back to top

<select> input in Chrom* browsers:
* fix the white text with a white background issue
This commit is contained in:
Alexandre Flament 2021-10-30 20:43:40 +02:00
parent 49db7b20d4
commit 2dcd9a68d6
3 changed files with 17 additions and 4 deletions

View file

@ -338,6 +338,10 @@ select {
&:focus {
border-bottom: 1px solid var(--color-search-border);
}
option {
background-color: var(--color-base-background);
}
}
@media (prefers-color-scheme: dark) {