From 33a20962efae31cbbfc429a0d564306bf05f3f3b Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Tue, 27 May 2014 21:01:58 -0400 Subject: Post headers glow blue instead of underlining --- scss/style.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scss') diff --git a/scss/style.scss b/scss/style.scss index 42bfcca..bd7f172 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -266,6 +266,14 @@ nav { } .post { + h1 { + cursor: pointer; + &:hover, &:active { + color: $blue; + text-decoration: none; + } + } + blockquote { border-left: 2px solid $gray; font-size: 22px; -- cgit v1.2.3