From 2e8d4bb33f611b013939307a1f7662e8cf53f708 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Sun, 1 Jun 2014 17:24:06 -0400 Subject: Refactor of hyperlink styles and hover states --- scss/style.scss | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) (limited to 'scss') diff --git a/scss/style.scss b/scss/style.scss index 9078450..d06044f 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -71,11 +71,11 @@ p { } a { + color: $blue; text-decoration: none; cursor: pointer; - color: $blue; &:hover, &:active { - text-decoration: underline; + color: $blue; } } @@ -190,19 +190,11 @@ img { .site-name { margin: 0; color: $darkGray; - text-decoration: none; cursor: pointer; font-family: $helveticaNeue; font-weight: 300; font-size: 28px; letter-spacing: 1px; - - a { - &:hover, &:active { - color: $blue; - text-decoration: none; - } - } } .site-description { @@ -234,13 +226,7 @@ nav { text-align: right; font-weight: 300; letter-spacing: 1px; - - &:hover, &:active { - color: $darkGray; - text-decoration: none; - cursor: pointer; - } - + @include mobile { margin: 0 10px; } @@ -264,14 +250,6 @@ nav { } .post { - h1 a { - cursor: pointer; - &:hover, &:active { - color: $blue; - text-decoration: none; - } - } - blockquote { margin: 1.8em .8em; border-left: 2px solid $gray; -- cgit v1.2.3