summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/local.css b/local.css
index 052fce7f..2ffb08b1 100644
--- a/local.css
+++ b/local.css
@@ -118,7 +118,12 @@ DIV#sidebar A {
font-weight: bold;
}
-DIV#wrapper{
+DIV#sidebar A:hover {
+ text-decoration: underline;
+ color: LightBlue;
+}
+
+DIV#wrapper {
float: right;
width: 60%;
margin-right: 20%;