Links color based on primary color variation
This commit is contained in:
parent
4f7439cf88
commit
8249fac110
1 changed files with 6 additions and 6 deletions
|
|
@ -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%);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue