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/src/less | |
| 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/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; |