summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-10-18 04:10:21 +0100
committerAndrew Dolgov <[email protected]>2007-10-18 04:10:21 +0100
commit914c2e3a2224a3df1b5998ca30d7057547692a1c (patch)
treeef57a8a814c5a8bc826f22e475afef8e11154320
parent12f5d8fe4b4b6c414604a53a43a7f33478b666f0 (diff)
tweak read article display in CDM
-rw-r--r--tt-rss.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index a6b2d3b60..60c541f5e 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 {