Links color based on primary color variation

This commit is contained in:
Jorge Arias 2015-09-19 06:32:18 -03:00
parent afb314ba17
commit 6d0c2f51b0

View file

@ -60,7 +60,7 @@ a {
&:hover,
&:focus {
text-decoration: none;
color: darken(#fec503,20%);
color: darken($primary, 20%);
}
}
@ -105,7 +105,7 @@ a {
li {
&.active {
outline: nonte;
background-color: rgba($light, 0.3);
background-color: rgba($light, 0.3);
}
a {
-webkit-transition: background .3s ease-in-out;
@ -200,9 +200,9 @@ a {
transition: background .3s ease-in-out;
&:hover,
&:focus {
outline: none;
color: $light;
background: rgba($light, 0.1);
outline: none;
color: $light;
background: rgba($light, 0.1);
}
i.animated {
-webkit-transition-property: -webkit-transform;
@ -359,7 +359,7 @@ ul.social-buttons li a {
&:focus,
&:active {
color: #222;
background-color: #fec503;
background-color: darken($primary, 10%);
}
}