commit 50ee652bb20e5daed443703ab0d33c4b3c9f0fb9
parent 8e1926a6ab16cfb2e50582a964a633c575475a35
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Mon, 20 May 2013 19:49:07 +0200
style.css: show link titles in content with its default colour
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/style.css b/style.css
@@ -30,7 +30,7 @@ h2 {
padding: 0;
margin: 0;
}
-h2 a, #sidebar a {
+#items h2 a, #sidebar a {
color: inherit;
}
#sidebar {