update
This commit is contained in:
parent
87ca494ca0
commit
9898f795e3
1 changed files with 27 additions and 31 deletions
|
@ -4,6 +4,33 @@
|
||||||
// Check typography variables › _3_typography_settings.scss
|
// Check typography variables › _3_typography_settings.scss
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/* Links
|
||||||
|
------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
a,
|
||||||
|
a:link {
|
||||||
|
color: $ci-1;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
border-bottom: $grey-2;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: darken( $ci-1, 10% ) ;
|
||||||
|
// border-bottom: 3px solid $ci-1;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:focus {
|
||||||
|
color: lighten( $ci-1, 20% ) ;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:active {
|
||||||
|
color: darken( $ci-1, 20% ) ;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Additional Typography to complement Foundation
|
/* Additional Typography to complement Foundation
|
||||||
------------------------------------------------------------------- */
|
------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
@ -118,37 +145,6 @@ code {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Links
|
|
||||||
------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
a,
|
|
||||||
a:link {
|
|
||||||
color: $ci-1;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:visited {
|
|
||||||
border-bottom: $grey-2;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
|
||||||
color: darken( $ci-1, 10% ) ;
|
|
||||||
// border-bottom: 3px solid $ci-1;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:focus {
|
|
||||||
color: lighten( $ci-1, 20% ) ;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:active {
|
|
||||||
color: darken( $ci-1, 20% ) ;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Lists
|
/* Lists
|
||||||
------------------------------------------------------------------- */
|
------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
|
Reference in a new issue