浏览代码

Change theme to allow the logo to be text instead of image

Cqoicebordel 10 年前
父节点
当前提交
9b2187b261
共有 2 个文件被更改,包括 7 次插入6 次删除
  1. 1
    1
      searx/static/themes/courgette/css/style.css
  2. 6
    5
      searx/static/themes/courgette/less/style.less

+ 1
- 1
searx/static/themes/courgette/css/style.css
文件差异内容过多而无法显示
查看文件


+ 6
- 5
searx/static/themes/courgette/less/style.less 查看文件

@@ -39,11 +39,12 @@ a {
39 39
 }
40 40
 
41 41
 .title h1 {
42
-	background: url(../img/searx.png) no-repeat;
43
-	width: 319px;
44
-	height: 62px;
45
-	text-indent: -9999px;
46
-	margin: 0.5em auto 1em;
42
+	font-size:7em;
43
+	color:@color-main;
44
+	margin:0 auto;
45
+	line-height:100px;
46
+	margin-top:-20px;
47
+	padding-bottom:20px;
47 48
 }
48 49
 
49 50
 .center {