From 5ded9ada823e12be96514505ba08157356d75ea7 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 19 Aug 2024 18:22:14 +0200 Subject: [mod] UI: add favicon's border- and background color to the definitons Signed-off-by: Markus Heiser --- searx/static/themes/simple/src/less/search.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/static/themes/simple/src/less/search.less') 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; } -- cgit v1.2.3