updates on customization/ using built css and preview css

This commit is contained in:
argirok 2022-07-22 18:33:53 +03:00
parent 5f6ce90db8
commit f10d1dd135
1 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,7 @@
@general-clipboard-border-radius: @global-small-border-radius;
@general-search-form-background: @global-secondary-background;
@general-search-form-background-image: none;
@general-tab-featured-tab: @global-primary-background;
@ -167,7 +168,8 @@ noscript, ol, section, table, tfoot, ul, video;
/* Search Form */
.search-form {
background: @general-search-form-background;
background-color: @general-search-form-background;
background-image: @general-search-form-background-image;
}
/* Filter slider */