diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-10-30 18:00:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-30 18:00:09 +0200 |
| commit | ec69543ed97182b3840e1aad9b2c9f8a288ab313 (patch) | |
| tree | 32a3a2fa67ca75155a379fbc1cbb7da72a2b7b88 /searx/static/themes/simple/css/searxng.css | |
| parent | f86a658c1c042e4d3c9336a48e154b5050a8a935 (diff) | |
| parent | 7bfaf42e4bf3e80a38b95f33b8bcae0b5a90b50c (diff) | |
Merge pull request #451 from dalf/searxng-logo2
Simple theme: SearXNG logo
Diffstat (limited to 'searx/static/themes/simple/css/searxng.css')
| -rw-r--r-- | searx/static/themes/simple/css/searxng.css | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/searx/static/themes/simple/css/searxng.css b/searx/static/themes/simple/css/searxng.css index 29d534a87..2570463c9 100644 --- a/searx/static/themes/simple/css/searxng.css +++ b/searx/static/themes/simple/css/searxng.css @@ -2193,7 +2193,7 @@ article.result-images .detail { } } #main_index { - margin-top: 24vh; + margin-top: 26vh; } #main_index #linkto_preferences { right: 1.8rem; @@ -2202,13 +2202,14 @@ article.result-images .detail { text-align: center; } .index .title { - background: url('../img/searx.png') no-repeat; - width: 100%; - min-height: 80px; + background: url('../img/searxng.png') no-repeat; + min-height: 4rem; + margin: 4rem auto; background-position: center; + background-size: contain; } .index h1 { - font-size: 5em; + font-size: 4em; visibility: hidden; } .index #search { @@ -2635,8 +2636,8 @@ footer p { } #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; } |