summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2013-05-20 19:49:07 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2013-05-20 19:49:07 +0200
commit50ee652bb20e5daed443703ab0d33c4b3c9f0fb9 (patch)
tree5ddb3aa8ba2fe331a5b8d79a39c48515c7d47329 /style.css
parent8e1926a6ab16cfb2e50582a964a633c575475a35 (diff)
style.css: show link titles in content with its default colour
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 52b981d..a0edc94 100644
--- 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 {