[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
@@ -563,6 +563,13 @@ article.result-images[data-vim-selected] {
margin: 0;
padding: 0.7em;
}
a,
a:visited,
a:hover,
a:active {
color: var(--color-backtotop-font);
}
}
#results.scrolling #backToTop {