From c00c09043f8649542e6272c26e2e8fcd673e4f87 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 30 Nov 2013 14:29:50 +0100 Subject: Apply link colors (not done automagically as we don't use Blueprint). --- style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3