summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/local.css b/local.css
index 172b3ca..ae768d9 100644
--- a/local.css
+++ b/local.css
@@ -14,7 +14,7 @@ h1, h2, h3 {
color: darkgreen;
}
-a:hover, a:visited {
+a:hover {
color: darkgreen;
}
@@ -37,6 +37,10 @@ DIV#topbar {
width: 75%;
}
+DIV#topbar a {
+ text-decoration: none;
+}
+
DIV#topbar ul {
list-style-type: none;
padding: 0;