Search: Add class for bg of search form
This commit is contained in:
parent
fbbae04183
commit
cc2719364d
|
@ -1,3 +1,13 @@
|
|||
:root {
|
||||
--search-form-background: var(--secondary-color);
|
||||
--search-form-background-image: none;
|
||||
}
|
||||
|
||||
.search-form {
|
||||
background-color: var(--search-form-background);
|
||||
background-image: var(--search-form-background-image);
|
||||
}
|
||||
|
||||
/* OLD */
|
||||
/*ul.recentyears {
|
||||
padding-left: 0 !important;
|
||||
|
|
Loading…
Reference in New Issue