diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2013-05-20 19:49:07 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2013-05-20 19:49:07 +0200 |
commit | 50ee652bb20e5daed443703ab0d33c4b3c9f0fb9 (patch) | |
tree | 5ddb3aa8ba2fe331a5b8d79a39c48515c7d47329 | |
parent | 8e1926a6ab16cfb2e50582a964a633c575475a35 (diff) |
style.css: show link titles in content with its default colour
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ h2 { padding: 0; margin: 0; } -h2 a, #sidebar a { +#items h2 a, #sidebar a { color: inherit; } #sidebar { |