aboutsummaryrefslogtreecommitdiff
path: root/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'default.css')
-rw-r--r--default.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/default.css b/default.css
index d4395eb..306f758 100644
--- a/default.css
+++ b/default.css
@@ -22,9 +22,21 @@
background-color: #FFF;
}
+a.navigationlink {
+ color:#f96;
+ text-decoration:none;
+}
+a.navigationlink:visited {
+ color:#9c6;
+}
+a.navigationlink:active, a.navigationlink:hover {
+ color:#ff6;
+ text-decoration:none;
+}
+
a, a:visited {
-color:#36c;
-text-decoration:none;
+ color:#36c;
+ text-decoration:none;
}
a:hover, a:active {