summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-09-18 14:46:10 -0500
committerJesse Luehrs <doy@tozt.net>2010-09-18 14:46:10 -0500
commita07df0f0f063612156046ed6dca894f5f02097c4 (patch)
tree4a139638957b583092fd460ce3d43894e2134cc8
parent51ad491b24d143e0f6cb62412f70b961aeca1219 (diff)
downloadtozt.net-a07df0f0f063612156046ed6dca894f5f02097c4.tar.gz
tozt.net-a07df0f0f063612156046ed6dca894f5f02097c4.zip
just use black for the nav bar links
-rw-r--r--root/static/style.css6
1 files 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;