summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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%;
}