From 5c2832e35276102902be2fd6d245f5ec8fa47131 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Wed, 30 Apr 2014 09:29:05 -0400 Subject: Linked blogpost headers on homepage up to posts --- scss/style.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'scss') diff --git a/scss/style.scss b/scss/style.scss index 273070b..533f04b 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -37,10 +37,13 @@ h1, h2, h3, h4, h5, h6 { h1 { font-weight: 400; - font-size: 35px; + font-size: 32px; @include mobile { font-size: 32px; } + a { + color: inherit; + } } h2 { @@ -157,7 +160,7 @@ img { font-family: $helveticaNeue; font-weight: 300; - font-size: 31px; + font-size: 28px; letter-spacing: 1px; @include mobile { font-size: 22px; -- cgit v1.2.3