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 48beb5c7..e7499e78 100644
--- a/local.css
+++ b/local.css
@@ -47,7 +47,11 @@ DIV#topbar ul li {
margin: 0 5%;
}
-DIV#topbar a:hover a:selflink {
+DIV#topbar a:hover {
+ color: lightblue;
+}
+
+DIV#topbar span.selflink {
color: lightblue;
}