summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 1cb36247f..65c93175b 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1759,3 +1759,12 @@ table.headlinesList tr.feedTitle td {
margin-top : 10px; */
padding-left : 5px;
}
+
+td.hlContentH a, td.hlContentH span {
+ color : #00cc00;
+}
+
+td.hlContentL a, td.hlContentL span {
+ color : #909090;
+ text-decoration : line-through;
+}