sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

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:
Mstyle.css | 2+-
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 {