From b1e4eeb9715ab0d6b5397ab385e772803b712c18 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Mon, 11 Aug 2014 22:39:10 -0700 Subject: [PATCH] Set body_hover_color. --- _assets/stylesheets/_style.sass | 2 +- _assets/stylesheets/_variables.sass | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_assets/stylesheets/_style.sass b/_assets/stylesheets/_style.sass index cd3ceff..869ef4d 100644 --- a/_assets/stylesheets/_style.sass +++ b/_assets/stylesheets/_style.sass @@ -262,7 +262,7 @@ article.post.single padding-left: 0 a - +hover_glow($clr_purple) + +hover_glow($body_hover_color) .date +grid-column(4, $pull: 8) diff --git a/_assets/stylesheets/_variables.sass b/_assets/stylesheets/_variables.sass index 549306a..7c7a2ae 100644 --- a/_assets/stylesheets/_variables.sass +++ b/_assets/stylesheets/_variables.sass @@ -34,6 +34,7 @@ $clr_blue_green: #467d91 // Style and layout variables $font-family-base: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif +$body_hover_color: #185680 // Top $top_margin-bottom: rem-calc(10)