mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[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:
parent
49db7b20d4
commit
2dcd9a68d6
3 changed files with 17 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue