summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-09 09:56:26 +0100
committerAndrew Dolgov <[email protected]>2007-08-09 09:56:26 +0100
commitc59d33a3a8e5b2aab15f893727227cc1e3bea212 (patch)
treefed04b9aada395cde4a0cfdea9ba5cb35a08c097 /tt-rss.css
parenta219fec54d09f81da2686a8817dd67ae98872661 (diff)
fix schema
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;
}