diff options
author | Siri Reiter <siri@jones.dk> | 2009-04-23 14:27:03 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-04-23 14:27:03 +0200 |
commit | 52a4b33ec6c6c34ea0151a106bc4b1c6d2662db0 (patch) | |
tree | ec534f4b9c190d275be47c8046821d96ce841a28 | |
parent | c8b69ecec5e76f2c946ee4f401c51855aa2332e5 (diff) |
Correct color sidebar hover.
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ DIV#sidebar A { DIV#sidebar A:hover { text-decoration: underline; - color: LightBlue; + color: #06c; } DIV#wrapper { |