summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlocal.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/local.css b/local.css
index 8ce8a9a6..6554df62 100755
--- a/local.css
+++ b/local.css
@@ -115,11 +115,13 @@ img.imgwithborder
}
/* sidebar */
+.sidebar {
+ background:#3e5f81;
+}
.sidebar ul {
margin:0;
padding:0;
width:10em;
- background:#3e5f81;
}
.sidebar ul li {
margin:0;
@@ -135,5 +137,6 @@ img.imgwithborder
background:#3e5f81;
}
.sidebar ul li a:hover {
- background:#369;
+ color: #000;
+ background-color: #fff;
}