From 653533891a7be51b5cad7f079504373546a895a3 Mon Sep 17 00:00:00 2001 From: Blanksøgård Date: Sun, 28 Oct 2007 20:37:54 +0100 Subject: Separate (and darken) color of regular and link text in sidebar. --- local.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/local.css b/local.css index c5dabf6..c50b49a 100644 --- a/local.css +++ b/local.css @@ -24,11 +24,16 @@ body { padding: 0px; } #sidebar ul li, #sidebar ul li a { - color: orange; line-height: 2; list-style-type: none; text-decoration: none; } +#sidebar ul li { + color: darkorange; +} +#sidebar ul li a { + color: darkred; +} #sidebar ul li a:hover { text-decoration: underline; } -- cgit v1.2.3