Browse Source

Extract color

Cqoicebordel 10 years ago
parent
commit
71ae75d73e
1 changed files with 4 additions and 3 deletions
  1. 4
    3
      searx/static/themes/courgette/less/style.less

+ 4
- 3
searx/static/themes/courgette/less/style.less View File

@@ -1,5 +1,6 @@
1 1
 
2 2
 @color-main: #3498DB;
3
+@color-focus: #0665A2;
3 4
 @color-other-links: #666;
4 5
 @color-fonts: #333;
5 6
 @center-width: 70em;
@@ -241,7 +242,7 @@ a {
241 242
 
242 243
 #search_submit:hover,
243 244
 #search_submit:focus {
244
-	background-color: #0665A2;
245
+	background-color: @color-focus;
245 246
 }
246 247
 
247 248
 #sidebar {
@@ -311,7 +312,7 @@ a {
311 312
 #sidebar input[type="submit"]:hover,
312 313
 #sidebar input[type="submit"]:focus {
313 314
 	color: #FFF;
314
-	background-color: #0665A2;
315
+	background-color: @color-focus;
315 316
 }
316 317
 
317 318
 #results {
@@ -433,7 +434,7 @@ input[type="submit"] {
433 434
 
434 435
 input[type="submit"]:hover,
435 436
 input[type="submit"]:focus {
436
-	background: #0665A2;
437
+	background: @color-focus;
437 438
 }
438 439
 
439 440
 .row {