summaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
Diffstat (limited to 'root')
-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;