From 30d6e0d2f98e9dc8e43ea7ba9f16d622bf273ca6 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 18 Sep 2013 18:57:03 +0200 Subject: Extend a styling to include :focus and pseudo-state .selflink. --- local.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/local.scss b/local.scss index f07a17d..58c8a02 100644 --- a/local.scss +++ b/local.scss @@ -27,9 +27,12 @@ h1, h2, h3 { a { @include hover-link; - @include link-colors(black, darkgreen, black, black); + @include link-colors(black, darkgreen, black, black, darkgreen); font-weight: bold; } +.selflink { + color: darkgreen; +} .header, .author, -- cgit v1.2.3