This commit is contained in:
shreven0 2025-01-10 09:39:17 +00:00 committed by GitHub
commit db23c96a69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 96 additions and 16 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -151,7 +151,6 @@ module.exports = function (grunt) {
svgo: ['--config', 'svg4web.svgo.js']
},
files: {
'<%= _templates %>/simple/searxng-wordmark.min.svg': '<%= _brand %>/searxng-wordmark.svg',
'img/searxng.svg': '<%= _brand %>/searxng.svg',
'img/img_load_error.svg': '<%= _brand %>/img_load_error.svg'
}

View file

@ -6,7 +6,11 @@
text-align: center;
.title {
background: url('../img/searxng.png') no-repeat;
&.custom_logo {
background-image: url('../../../../custom/logo');
}
background-image: url('../img/searxng.png');
background-repeat: no-repeat;
min-height: 4rem;
margin: 4rem auto;
background-position: center;