From 914c2e3a2224a3df1b5998ca30d7057547692a1c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 Oct 2007 04:10:21 +0100 Subject: [PATCH] tweak read article display in CDM --- tt-rss.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tt-rss.css b/tt-rss.css index a6b2d3b6..60c541f5 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -881,10 +881,12 @@ div.cdmArticle { border-color : #a0a0a0; border-width : 0px 0px 1px 0px; border-style : solid; - /* background-color : #fafafa; */ + background-color : #f9faff; margin : 0px; color : #505050; /* padding : 10px; */ + color : black; + } /* div.cdmArticleUnread:hover { -- 2.39.2