summaryrefslogtreecommitdiff
path: root/cdm.css
diff options
context:
space:
mode:
Diffstat (limited to 'cdm.css')
-rw-r--r--cdm.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/cdm.css b/cdm.css
index 411bbe633..bcba40538 100644
--- a/cdm.css
+++ b/cdm.css
@@ -101,6 +101,19 @@ div.cdmFeedTitle {
background-repeat : repeat-x;
}
+div.cdmFeedTitle a.title {
+ color : gray;
+ font-style : italic;
+ font-weight : bold;
+}
+div.cdmFeedTitle a {
+ color : gray;
+}
+
+div.cdmFeedTitle a:hover {
+ color : #4684ff;
+}
+
div.articleNote {
border-style : dashed none dashed none;
}