diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-05-06 13:26:06 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2011-05-06 13:26:06 +0200 |
commit | 2c2f40e08982b1b36b3f83903efd29f11645bdf8 (patch) | |
tree | 96c962609c06da84f39e003b2b90fd2010a0864f | |
parent | 066be625ea2ec64d0f7dd0e0e850b515181cc76e (diff) |
Adjust typography: h1 slightly smaller; a underlined only when hovered.
-rw-r--r-- | local.scss | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 { |