diff --git a/_sass/_06_typography.scss b/_sass/_06_typography.scss index cf3bec1..f8907dd 100644 --- a/_sass/_06_typography.scss +++ b/_sass/_06_typography.scss @@ -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 ------------------------------------------------------------------- */