From 3d5f7594b58d5a7e8afcb7cf3b132897838a4511 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 27 Feb 2012 11:01:53 -0800 Subject: [PATCH] Increase contrast of links, decrease contrast of bullets --- doc/api_assets/style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index 441c62b5f3..59e9e117e0 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; @@ -430,14 +431,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; }