diff options
author | Alexandre Flament <alex@al-f.net> | 2021-10-28 21:02:39 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-10-29 20:24:04 +0200 |
commit | 0650e73b12ae68ab6b74f61bc33b3597a6393e50 (patch) | |
tree | 7cf713a98ea6002273d2b2725225f7d89687670d /searx/static/themes/simple/src/less | |
parent | f86a658c1c042e4d3c9336a48e154b5050a8a935 (diff) | |
download | searxng-0650e73b12ae68ab6b74f61bc33b3597a6393e50.tar.gz searxng-0650e73b12ae68ab6b74f61bc33b3597a6393e50.zip |
[mod] simple theme: SearXNG logo
Diffstat (limited to 'searx/static/themes/simple/src/less')
-rw-r--r-- | searx/static/themes/simple/src/less/index.less | 11 | ||||
-rw-r--r-- | searx/static/themes/simple/src/less/style.less | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/searx/static/themes/simple/src/less/index.less b/searx/static/themes/simple/src/less/index.less index 6d9e530f9..b30dad1d2 100644 --- a/searx/static/themes/simple/src/less/index.less +++ b/searx/static/themes/simple/src/less/index.less @@ -1,5 +1,5 @@ #main_index { - margin-top: 24vh; + margin-top: 26vh; #linkto_preferences { right: 1.8rem; @@ -10,14 +10,15 @@ text-align: center; .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; } h1 { - font-size: 5em; + font-size: 4em; visibility: hidden; } 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; |