mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[simple theme] new color theme and result on mobile and tablet
* clean up vars in defenition * results look now the same on mobile and desktop * reworked results on mobile * new color theme with more vibrant colors
This commit is contained in:
parent
09324f3492
commit
3daa024c04
5 changed files with 89 additions and 92 deletions
|
|
@ -48,7 +48,8 @@
|
|||
&.open {
|
||||
display: block;
|
||||
background-color: var(--color-autocomplete-background);
|
||||
border: 1px solid var(--color-base-border);
|
||||
color: var(--color-autocomplete-font);
|
||||
border: 1px solid var(--color-autocomplete-border);
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
z-index: 100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue