summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.scss b/style.scss
index 15402e2..58da4b3 100644
--- a/style.scss
+++ b/style.scss
@@ -4,7 +4,6 @@
$link-color: #9c0000;
$link-hover-color: #600;
-$link-visited-color: #600;
@include h5bp-normalize;
@@ -15,6 +14,7 @@ body {
background-color: #84854c;
}
a {
+ @include link-colors($link-color, $link-hover-color);
font-weight: normal;
}
.page {