From 04c579f2f1e27564ff68746178d71572590c28ea Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Tue, 8 Nov 2011 19:44:55 -0600 Subject: [PATCH] greader_compact: Black entry-title anchors; fix .entry-date styling --- greader_compact.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/greader_compact.css b/greader_compact.css index 81ee3bf..a86a58d 100644 --- a/greader_compact.css +++ b/greader_compact.css @@ -18,13 +18,16 @@ div.entry-secondary { height: 16px !important } #entries.list #current-entry.expanded .entry-actions { border-bottom: 2px solid #4D90F0 !important; } #entries.list #current-entry .collapsed { border-color: #4D90F0 !important; } #entries.list .read .collapsed { background: #F5F5F5 !important; border-color: #F5F5F5 !important; } +#current-entry .entry-container .entry-title a, +#current-entry .entry-container a.entry-source-title, +#current-entry .entry-container a.entry-post-author-name { color: #222 !important; } #entries.list .read .entry-main .entry-title, #entries.list .read .entry-main .entry-source-title, -#entries.list .read .entry-main .entry-date { color: #888 !important; } +#entries.list .read .entry-date { color: #888 !important; } #entries.list #current-entry.expanded.read .entry-main .entry-title, #entries.list #current-entry.expanded.read .entry-main .entry-source-title, -#entries.list #current-entry.expanded.read .entry-main .entry-date { color: #666 !important; } +#entries.list #current-entry.expanded.read .entry-date { color: #666 !important; } } -- 2.43.0