summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-01-09 14:59:38 +0100
committerAndrew Dolgov <[email protected]>2006-01-09 14:59:38 +0100
commit1a3eb77e5238c1c80a829bc8c080917ed14b3b95 (patch)
treee09d2f22d140a074a66bc3e2e165fd3a99c279c3 /tt-rss.css
parent06d1a1c15828e541ee57632e7031100e3f3e2f49 (diff)
fix link color in combined 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 39b52fd04..507171893 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -980,3 +980,12 @@ div.browserFeedInfo {
div.browserFeedInfo div.detailsPart {
margin : 5px 0px 5px 5px;
}
+
+div.cdmContent a {
+ color : #5050aa;
+}
+
+div.cdmContent a:hover {
+ color : black;
+}
+