From dc12c83c7d7cc1c532840ec73f4327a381380894 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Fri, 6 May 2011 11:43:39 +0200 Subject: Visited links black. --- local.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/local.scss b/local.scss index 6b991ea..69705ea 100644 --- a/local.scss +++ b/local.scss @@ -35,6 +35,10 @@ a:hover { text-decoration: underline; } +a:visited { + color: black; +} + DIV.header { margin: 1em 1em 0; } -- cgit v1.2.3