summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-14 16:06:07 +0400
committerAndrew Dolgov <[email protected]>2013-05-14 16:06:07 +0400
commitad61bdc46cfb7d69683a6d10202aaa7fb3cc0e51 (patch)
treeb8850c6ece7fe5f4b57ba89a13ef6aac3be2b8c3
parent7dbb33c1d017ab63383712d7b03294a4c33a1960 (diff)
make nth-child rows a bit brighter
-rw-r--r--tt-rss.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index f7cc46d04..0ea25e446 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -211,7 +211,7 @@ a:hover {
}
#headlines-frame div.hl:nth-child(even) {
- background : #f0f0f0;
+ background : #fafafa;
}
#headlines-frame.normal {