[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:
MrPaulBlack 2021-10-08 16:06:48 +02:00
parent 09324f3492
commit 3daa024c04
5 changed files with 89 additions and 92 deletions

View file

@ -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;