summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorJuliane Clausen <git@juliane-clausen.de>2013-10-30 02:38:08 +0100
committerJuliane Clausen <git@juliane-clausen.de>2013-10-30 02:38:08 +0100
commitd67fc3a79fa94c50c5afa2f8500e850b9308e0db (patch)
tree3fb2b0ce9419659f87e7675df420d6938904c0f3 /local.css
parent7003455bdeb5879f4c252830a915984760768b73 (diff)
.
Diffstat (limited to 'local.css')
-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;
}