mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[theme] replace all hardcoded colors by css vars and drop ununsed vars
This commit is contained in:
parent
452b266387
commit
7c2a518d12
6 changed files with 74 additions and 81 deletions
|
|
@ -9,7 +9,7 @@
|
|||
&:active,
|
||||
&:focus,
|
||||
&:hover {
|
||||
background-color: var(--background_color);
|
||||
background-color: var(--color-autocompoleter-background);
|
||||
}
|
||||
|
||||
&:empty {
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
&.open {
|
||||
display: block;
|
||||
background-color: var(--background_color);
|
||||
background-color: var(--color-autocompleter-background);
|
||||
border: 1px solid var(--color-base);
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue