ソースを参照

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 {