summaryrefslogtreecommitdiff
path: root/css/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/tt-rss.css')
-rw-r--r--css/tt-rss.css17
1 files changed, 6 insertions, 11 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 3e6b8cd38..c5ab8d991 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -606,20 +606,15 @@ div#headlines-frame.wide .hlTitle {
white-space : normal;
}
-.hlContentH a, .hlContentH span {
- color : #00cc00;
+.hl a.title.high, span.hlContent.high .contentPreview {
+ color : #00aa00;
}
-
-.hlContentL a, .hlContentL span {
- color : #909090;
- text-decoration : line-through;
-}
-
-span.titleWrapH, span.titleWrapH a {
- color : #00cc00;
+.hl.Unread a.title.high, .hl.Unread span.hlContent.high .contentPreview {
+ color : #00dd00;
}
-span.titleWrapL, span.titleWrapL a {
+.hl a.title.low, span.hlContent.low .contentPreview,
+.hl.Unread a.title.low, .hl.Unread span.hlContent.low .contentPreview {
color : #909090;
text-decoration : line-through;
}