[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

@ -5,8 +5,8 @@
#search {
padding: 0 2em 0 @results-offset;
margin: 0;
background: var(--color-header-footer-background);
border-bottom: 1px solid var(--color-base-border);
background: var(--color-header-background);
border-bottom: 1px solid var(--color-header-border);
}
#search_wrapper {
@ -224,7 +224,7 @@
}
input[type="checkbox"]:focus + label {
box-shadow: 0 0 8px var(--color-base);
box-shadow: 0 0 8px var(--color-categories-item-border-selected);
}
input[type="checkbox"]:checked + label {