summaryrefslogtreecommitdiff
path: root/cdm.css
diff options
context:
space:
mode:
Diffstat (limited to 'cdm.css')
-rw-r--r--cdm.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/cdm.css b/cdm.css
index 7d02bc645..b793ee058 100644
--- a/cdm.css
+++ b/cdm.css
@@ -45,10 +45,6 @@ div.cdmHeader img, div.cdmFooter img {
margin : 0px 2px 0px 2px;
}
-div.cdmContent, div.cdmContentInner * {
- font-weight : normal;
-}
-
div.cdmContent a {
color : #4684ff;
}
@@ -155,3 +151,7 @@ div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
div.cdmContentInner p {
max-width : 650px;
}
+
+.Unread div.cdmHeader {
+ font-weight : bold;
+}