From f8ef4aa6314bccc86bac2a76e60558609b80347b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 6 Mar 2012 02:24:01 +0100 Subject: Use H5bp normalize (not Compass reset). --- style.scss | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/style.scss b/style.scss index abaa89b..e8cf083 100644 --- a/style.scss +++ b/style.scss @@ -1,6 +1,12 @@ -@import "compass/reset"; +@import "h5bp"; @import "../shared/themes/default/ikiwiki"; +$link-color: #9c0000; +$link-hover-color: #600; +$link-visited-color: #600; + +@include h5bp-normalize; + @include ikiwiki-style; body { @@ -9,13 +15,6 @@ body { a { font-weight: normal; } -a:hover, -a:visited { - color: #660000; -} -a:link { - color: #9c0000; -} .page { margin: 3% 5%; } -- cgit v1.2.3