diff options
author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-19 21:24:46 +0100 |
---|---|---|
committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-19 21:24:46 +0100 |
commit | 9b2187b261a9fd4cc36c2df4c29891b7c859908d (patch) | |
tree | c205ee604fdfed15d9bb7aa6120f0b11f8be9de7 /searx/static/themes/courgette/less/style.less | |
parent | 1a24fd9c5205112d855be1a3e5d450b39baa22fc (diff) | |
download | searxng-9b2187b261a9fd4cc36c2df4c29891b7c859908d.tar.gz searxng-9b2187b261a9fd4cc36c2df4c29891b7c859908d.zip |
Change theme to allow the logo to be text instead of image
Diffstat (limited to 'searx/static/themes/courgette/less/style.less')
-rw-r--r-- | searx/static/themes/courgette/less/style.less | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/searx/static/themes/courgette/less/style.less b/searx/static/themes/courgette/less/style.less index 50cc2320a..0d5648317 100644 --- a/searx/static/themes/courgette/less/style.less +++ b/searx/static/themes/courgette/less/style.less @@ -39,11 +39,12 @@ a { } .title h1 { - background: url(../img/searx.png) no-repeat; - width: 319px; - height: 62px; - text-indent: -9999px; - margin: 0.5em auto 1em; + font-size:7em; + color:@color-main; + margin:0 auto; + line-height:100px; + margin-top:-20px; + padding-bottom:20px; } .center { |