diff --git a/searx/webapp.py b/searx/webapp.py index 14cf5d049..2a672abee 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -914,7 +914,7 @@ def search(): position: fixed; left: 32%; top: 50%; - background: var(--color-search-background); + background: var(--color-header-background); z-index: 9999; transform: translate(-50%, -50%); } @@ -1143,595 +1143,7 @@ const search_queryquery = "''' + search_query.query.replace('"',"") + r'''" const search_type = "''' + search_type + r'''" const net_search = ''' + net_search_str + r'''