From 2c2f40e08982b1b36b3f83903efd29f11645bdf8 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 6 May 2011 13:26:06 +0200 Subject: Adjust typography: h1 slightly smaller; a underlined only when hovered. --- local.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'local.scss') diff --git a/local.scss b/local.scss index dfc71bc..f04219f 100644 --- a/local.scss +++ b/local.scss @@ -3,6 +3,9 @@ @import "blueprint"; @include blueprint-typography; +h1 { + font-size: 2.75em; +} H1 { margin-top: 1em; @@ -31,10 +34,12 @@ H2 { A { color: #06c; font-weight: normal; + text-decoration: none; } A:hover { color: #06c; + text-decoration: underline; } EM { -- cgit v1.2.3