summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-04-30 09:10:59 +0100
committerAndrew Dolgov <[email protected]>2008-04-30 09:10:59 +0100
commit546499a9f37372d239d16b538e372faf641f5aa5 (patch)
tree2e117115435089ff48c74c0f747c7df23844ce95 /tt-rss.css
parent48ddbb3380f096ef5005fc3b86a48b933a297b5d (diff)
finish initial work on scoring
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;
+}