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
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue