summaryrefslogtreecommitdiff
path: root/local.scss
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-05-06 13:26:06 +0200
committerJonas Smedegaard <dr@jones.dk>2011-05-06 13:26:06 +0200
commit2c2f40e08982b1b36b3f83903efd29f11645bdf8 (patch)
tree96c962609c06da84f39e003b2b90fd2010a0864f /local.scss
parent066be625ea2ec64d0f7dd0e0e850b515181cc76e (diff)
Adjust typography: h1 slightly smaller; a underlined only when hovered.
Diffstat (limited to 'local.scss')
-rw-r--r--local.scss5
1 files changed, 5 insertions, 0 deletions
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 {