From: Andrew Dolgov Date: Mon, 27 Dec 2010 09:37:38 +0000 (+0300) Subject: make sure links in CDM content are visible X-Git-Tag: 1.5.1~30 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=622586166aaa5b87470afa49deeeed9aa5a565d4;p=tt-rss.git make sure links in CDM content are visible --- diff --git a/cdm.css b/cdm.css index 3798b45d..0b4e2f01 100644 --- a/cdm.css +++ b/cdm.css @@ -33,6 +33,14 @@ div.cdmContent { font-weight : normal; } +div.cdmContent a { + color : #4684ff; +} + +div.cdmContent a:hover { + color : black; +} + div.cdmContentInner { margin : 0px 10px 10px 10px; }