diff options
Diffstat (limited to 'searx/static/themes/simple/src/less/search.less')
| -rw-r--r-- | searx/static/themes/simple/src/less/search.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/static/themes/simple/src/less/search.less b/searx/static/themes/simple/src/less/search.less index 0c8fbe9f3..252af3844 100644 --- a/searx/static/themes/simple/src/less/search.less +++ b/searx/static/themes/simple/src/less/search.less @@ -383,7 +383,7 @@ html.no-js #clear_search.hide_if_nojs { height: 1.8rem; width: 1.8rem; border-radius: 20%; - background-color: #ddd; - border: 1px solid #ccc; + background-color: var(--color-favicon-background-color); + border: 1px solid var(--color-favicon-border-color); display: flex; } |