From 9898f795e3160e9973b6d8101327745d49dec072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=C2=BBmo=2E=C2=AB=20Sauer?= Date: Thu, 19 Feb 2015 22:56:30 +0100 Subject: [PATCH] update --- _sass/_06_typography.scss | 58 ++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 31 deletions(-) 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 ------------------------------------------------------------------- */