Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71ae75d7 authored by Cqoicebordel's avatar Cqoicebordel
Browse files

Extract color

parent 9b2187b2
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line

@color-main: #3498DB;
@color-focus: #0665A2;
@color-other-links: #666;
@color-fonts: #333;
@center-width: 70em;
@@ -241,7 +242,7 @@ a {

#search_submit:hover,
#search_submit:focus {
	background-color: #0665A2;
	background-color: @color-focus;
}

#sidebar {
@@ -311,7 +312,7 @@ a {
#sidebar input[type="submit"]:hover,
#sidebar input[type="submit"]:focus {
	color: #FFF;
	background-color: #0665A2;
	background-color: @color-focus;
}

#results {
@@ -433,7 +434,7 @@ input[type="submit"] {

input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #0665A2;
	background: @color-focus;
}

.row {