summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-02-19 14:26:25 +0100
committerSiri Reiter <siri@jones.dk>2009-02-19 14:26:25 +0100
commit210177a62aef79ee0e886d15c197f8c26a51a67a (patch)
tree2c659a1d4a0427689c29ac6f845c3808896420d9
parent3b3aab9b011b151056ba0b8cc61fddbdaa0f77e5 (diff)
Corrected CSS: topbar link hover light blue.
-rw-r--r--local.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.css b/local.css
index a5ada8d9..41480205 100644
--- a/local.css
+++ b/local.css
@@ -47,7 +47,7 @@ DIV#topbar ul li {
margin: 0 5%;
}
-DIV#topbar a:visited {
+DIV#topbar a:hover {
color: lightblue;
}