summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-03-06 02:24:01 +0100
committerJonas Smedegaard <dr@jones.dk>2012-03-06 02:36:12 +0100
commitf8ef4aa6314bccc86bac2a76e60558609b80347b (patch)
tree7661b7f6d332e412095f43c29a5dfe06e3cd73c0
parent15d0729844f8d9560d05c9835a52e26272dda518 (diff)
Use H5bp normalize (not Compass reset).
-rw-r--r--style.scss15
1 files 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%;
}