summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 18e59a1d8..39ae0bdc8 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -855,6 +855,7 @@ div.cdmArticle {
border-style : solid;
background-color : #fafafa;
margin : 0px;
+ color : #505050;
/* padding : 10px; */
}
@@ -866,9 +867,10 @@ div.cdmArticleUnread {
border-color : #a0a0a0;
border-width : 0px 0px 1px 0px;
border-style : solid;
- background-color : #fafeff;
+ background-color : white;
margin : 0px;
/* padding : 10px; */
+ color : black;
}
div.cdmArticleSelected, div.cdmArticleUnreadSelected {
@@ -941,7 +943,7 @@ div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
}
div.cdmHeader, div.cdmHeader a {
- color : gray;
+ color : #505050;
font-size : 9pt;
}