From e800b53474fbe8bee3cd2e73e600fec6cc8c061e Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 4 Nov 2008 12:29:40 +0100 Subject: Add color to links. --- local.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'local.css') diff --git a/local.css b/local.css index 83c9421..172b3ca 100644 --- a/local.css +++ b/local.css @@ -14,6 +14,10 @@ h1, h2, h3 { color: darkgreen; } +a:hover, a:visited { + color: darkgreen; +} + DIV.header { margin: 1em 1em 0; } @@ -53,6 +57,14 @@ DIV#sidebar ul li { list-style-type: none; } +DIV#sidebar ul li SPAN.selflink { + color: darkgreen; +} + +DIV#sidebar a { + text-decoration: none; +} + DIV#wrapper { float: right; width: 80%; -- cgit v1.2.3