From: isaacs Date: Mon, 27 Feb 2012 19:01:53 +0000 (-0800) Subject: Increase contrast of links, decrease contrast of bullets X-Git-Tag: v0.6.12~10^2~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a181315eba88e56b3d13b115a1d669c5c8cd27d;p=platform%2Fupstream%2Fnodejs.git Increase contrast of links, decrease contrast of bullets --- diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index c40f87a..f67e935 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -12,7 +12,7 @@ body { border-top: 6px #8CC84B solid; } a { - color: #690; + color: #480; text-decoration: underline; } a:visited { @@ -128,7 +128,7 @@ header h1 { font-size: 30px; font-weight: normal; line-height: 36px; - color: #690; + color: #480; margin: 15px 0 11px; } @@ -282,11 +282,12 @@ hr { #toc ul, #api-section-index ul li, #api-section-index ul { font-family: Georgia, FreeSerif, Times, serif; + color:#666!important; } #toc ul a { text-decoration:none; - border-bottom:1px dotted #690; + border-bottom:1px dotted #480; } #toc ul a:hover, #toc ul a:focus { border-bottom:1px dotted #fff; @@ -427,14 +428,14 @@ a.anchor { #footer a { text-decoration:none; border:none; - color: #690; + color: #480; } #footer a:hover { color:#000; } #footer p a { - border-bottom:1px dotted #690; + border-bottom:1px dotted #480; color: #878b78; }