diff options
author | isaacs <i@izs.me> | 2012-02-27 11:01:53 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-02-29 15:20:06 -0800 |
commit | 1a181315eba88e56b3d13b115a1d669c5c8cd27d (patch) | |
tree | 21bb716361c7cc5fff84b09ed8f274a0d802ee1a /doc/api_assets | |
parent | 63629614cbf3a28f4541f73971488046683ef79e (diff) | |
download | node-new-1a181315eba88e56b3d13b115a1d669c5c8cd27d.tar.gz |
Increase contrast of links, decrease contrast of bullets
Diffstat (limited to 'doc/api_assets')
-rw-r--r-- | doc/api_assets/style.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index c40f87a25f..f67e9352e8 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; } |