Просмотр исходного кода

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

Cqoicebordel 10 лет назад
Родитель
Сommit
9b2187b261

+ 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 {