1
0
Fork 0
This commit is contained in:
Moritz »mo.« Sauer 2015-02-19 22:56:30 +01:00
parent 87ca494ca0
commit 9898f795e3

View file

@ -4,6 +4,33 @@
// 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
------------------------------------------------------------------- */
@ -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
------------------------------------------------------------------- */