diff options
author | MrPaulBlack <paul.accounts@protonmail.com> | 2021-10-08 16:06:48 +0200 |
---|---|---|
committer | MrPaulBlack <paul.accounts@protonmail.com> | 2021-10-09 16:00:56 +0200 |
commit | 3daa024c04d9e6133d456d9c103b5f67fa15f643 (patch) | |
tree | 67299dfd2f516f42fa9abab38ac355b866174cb7 /searx/static/themes/simple/src/less/autocomplete.less | |
parent | 09324f34925676a50fd6be6406e09b4805df4f04 (diff) | |
download | searxng-3daa024c04d9e6133d456d9c103b5f67fa15f643.tar.gz searxng-3daa024c04d9e6133d456d9c103b5f67fa15f643.zip |
[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
Diffstat (limited to 'searx/static/themes/simple/src/less/autocomplete.less')
-rw-r--r-- | searx/static/themes/simple/src/less/autocomplete.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/static/themes/simple/src/less/autocomplete.less b/searx/static/themes/simple/src/less/autocomplete.less index 4dbb68d46..0c0ae3f32 100644 --- a/searx/static/themes/simple/src/less/autocomplete.less +++ b/searx/static/themes/simple/src/less/autocomplete.less @@ -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; |