summaryrefslogtreecommitdiff
path: root/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-14 15:50:23 +0400
committerAndrew Dolgov <[email protected]>2013-05-14 15:50:23 +0400
commit81aa9e2b11d2eb3775f1bdb0436389245a08d61e (patch)
treeefa3cfefead677ac45d66793f8e3b4fbed2e5960 /cdm.css
parentee71a9ff69b19b62e6c85958e401df9ba54a60aa (diff)
increase contrast of various gray elements
Diffstat (limited to 'cdm.css')
-rw-r--r--cdm.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/cdm.css b/cdm.css
index dee6022bf..87d91ac34 100644
--- a/cdm.css
+++ b/cdm.css
@@ -20,7 +20,7 @@ div.cdmHeader > span {
}
div.cdmHeader span.updated {
- color : gray;
+ color : #555;
font-weight : normal;
font-size : 11px;
white-space : nowrap;
@@ -59,7 +59,7 @@ div.cdmContentInner img {
div.cdmFooter {
padding : 5px;
font-weight : normal;
- color : gray;
+ color : #555;
clear : both;
}
@@ -99,7 +99,7 @@ div.cdm.expandable.active {
div.cdm.expandable div.cdmHeader a.title {
font-weight : bold;
- color : gray;
+ color : #555;
}
div.cdm.expandable.Unread div.cdmHeader a.title {
@@ -116,7 +116,7 @@ div.cdm.expanded div.cdmHeader {
div.cdm.expanded div.cdmHeader a.title {
font-size : 14px;
- color : gray;
+ color : #555;
font-weight : bold;
}
@@ -130,7 +130,7 @@ div.cdm.expanded.Unread div.cdmHeader a.title {
}
div.cdm.expanded div.cdmContent {
- color : gray;
+ color : #555;
}
div.cdm.expanded.Unread div.cdmContent {
@@ -143,14 +143,14 @@ div.cdm.active div.cdmContent {
span.cdmExcerpt {
font-size : 11px;
- color : gray;
+ color : #555;
font-weight : normal;
cursor : pointer;
}
div.cdmContent div.postEnclosures {
margin-top : 1em;
- color : gray;
+ color : #555;
}
div.cdmFeedTitle {
@@ -163,13 +163,13 @@ div.cdmFeedTitle {
}
div.cdmFeedTitle a.title {
- color : gray;
+ color : #555;
font-style : italic;
font-weight : bold;
}
div.cdmFeedTitle a {
- color : gray;
+ color : #555;
}
div.cdmFeedTitle a:hover {
@@ -184,7 +184,7 @@ div.cdmHeader span.hlFeed {
div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
vertical-align : middle;
- color : gray;
+ color : #555;
font-weight : normal;
font-style : italic;
font-size : 11px;
@@ -205,7 +205,7 @@ div.cdmContentInner iframe {
}
div.cdmHeader span.author {
- color : gray;
+ color : #555;
font-size : 11px;
font-weight : normal;
}