summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {