fixed sidebar theming
authorChristian Pointner <equinox@realraum.at>
Thu, 17 Dec 2015 23:08:51 +0000 (00:08 +0100)
committerChristian Pointner <equinox@realraum.at>
Thu, 17 Dec 2015 23:08:51 +0000 (00:08 +0100)
doc/local.css

index 7d75d3f..e5d32bf 100644 (file)
@@ -164,12 +164,12 @@ p>code, dd>code, li>code {
        padding: 0;
        border: none;
        z-index: 100;
-       background: black;
+       background: #222;
 }
 
 .sidebar ul {
        margin: 0;
-       padding: 0;
+       padding-left: 0.5em;
        list-style: none;
        background: transparent;
 }
@@ -194,6 +194,10 @@ p>code, dd>code, li>code {
        background: transparent;
 }
 
+.sidebar ul li:hover {
+       background: #333;
+}
+
 .sidebar ul ul {
        margin-left: 1em;
 }