From 0650e73b12ae68ab6b74f61bc33b3597a6393e50 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Thu, 28 Oct 2021 21:02:39 +0200 Subject: [mod] simple theme: SearXNG logo --- searx/static/themes/simple/src/less/style.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/static/themes/simple/src/less/style.less') diff --git a/searx/static/themes/simple/src/less/style.less b/searx/static/themes/simple/src/less/style.less index e80b12991..a27d8a3e3 100644 --- a/searx/static/themes/simple/src/less/style.less +++ b/searx/static/themes/simple/src/less/style.less @@ -89,8 +89,8 @@ footer { #main_preferences h1, #main_stats h1 { - background: url('../img/searx.png') no-repeat; - background-size: auto 75%; + background: url('../img/searxng.png') no-repeat; + background-size: contain; min-height: 40px; margin: 0 auto; -- cgit v1.2.3