From 81aa9e2b11d2eb3775f1bdb0436389245a08d61e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 14 May 2013 15:50:23 +0400 Subject: increase contrast of various gray elements --- cdm.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'cdm.css') 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; } -- cgit v1.2.3