From a07df0f0f063612156046ed6dca894f5f02097c4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 18 Sep 2010 14:46:10 -0500 Subject: just use black for the nav bar links --- root/static/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/root/static/style.css b/root/static/style.css index 8accf1a..21fb5e3 100644 --- a/root/static/style.css +++ b/root/static/style.css @@ -64,20 +64,18 @@ a:visited { .nav li a:link { text-decoration: none; + color: black; } .nav li a:visited { text-decoration: none; + color: black; } .nav li.active { background-color: #58a; } -.nav li.active a:visited { - color: #040; -} - .main_content { background-color: #8c8; border: 1px solid; -- cgit v1.2.3-54-g00ecf