improves colours contrast

This commit is contained in:
Alberto Garcia Cabeza
2016-12-07 13:52:19 +01:00
parent 442e5df461
commit 1968cc97f3
3 changed files with 12 additions and 6 deletions

View File

@@ -57,15 +57,15 @@ $brand: #004A83;
$dark: darken($brand, 10%); $dark: darken($brand, 10%);
$text: #222222; $text: #222222;
$text-medium: #999999; $text-medium: #515151;
$text-light: #CCCCCC; $text-light: #BFBFBF;
$border: #DEE0E3; $border: #DEE0E3;
$link: #2895F1; $link: $brand;
$link-hover: darken($link, 20%); $link-hover: darken($link, 20%);
$debates: #008CCF; $debates: $brand;
$like: #7BD2A8; $like: #7BD2A8;
$unlike: #EF8585; $unlike: #EF8585;
@@ -74,6 +74,7 @@ $delete: #F04124;
$check: #46DB91; $check: #46DB91;
$proposals: #FFA42D; $proposals: #FFA42D;
$proposals-dark: #794500;
$budget: #454372; $budget: #454372;
$budget-hover: #7571BF; $budget-hover: #7571BF;

View File

@@ -56,6 +56,7 @@ a {
} }
&:focus { &:focus {
color: $link-hover;
outline: 3px solid #ffbf47; outline: 3px solid #ffbf47;
} }
} }
@@ -258,6 +259,10 @@ a {
margin: 0 $line-height/2; margin: 0 $line-height/2;
} }
.pagination .current {
background: $brand;
}
// 02. Header // 02. Header
// ---------- // ----------

View File

@@ -528,7 +528,7 @@
} }
.label-proposal { .label-proposal {
color: $proposals; color: $proposals-dark;
} }
.label-investment-project { .label-investment-project {
@@ -566,7 +566,7 @@
} }
.icon-proposals { .icon-proposals {
color: $proposals; color: $proposals-dark;
} }
.icon-budget { .icon-budget {