summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-11-30 14:29:50 +0100
committerJonas Smedegaard <dr@jones.dk>2013-11-30 14:29:50 +0100
commitc00c09043f8649542e6272c26e2e8fcd673e4f87 (patch)
treeb89a9090a0df7beac058a212d9b818bd262a3555
parent79c78f12d989760f7fc3d9f49ada38a203e2381e (diff)
Apply link colors (not done automagically as we don't use Blueprint).HEADmaster
-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 {