diff options
-rw-r--r-- | local.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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; } |