Browse Source

Increase contrast of links, decrease contrast of bullets

v0.9.1-release
isaacs 13 years ago
parent
commit
3d5f7594b5
  1. 11
      doc/api_assets/style.css

11
doc/api_assets/style.css

@ -12,7 +12,7 @@ body {
border-top: 6px #8CC84B solid; border-top: 6px #8CC84B solid;
} }
a { a {
color: #690; color: #480;
text-decoration: underline; text-decoration: underline;
} }
a:visited { a:visited {
@ -128,7 +128,7 @@ header h1 {
font-size: 30px; font-size: 30px;
font-weight: normal; font-weight: normal;
line-height: 36px; line-height: 36px;
color: #690; color: #480;
margin: 15px 0 11px; margin: 15px 0 11px;
} }
@ -282,11 +282,12 @@ hr {
#toc ul, #api-section-index ul li, #api-section-index ul { #toc ul, #api-section-index ul li, #api-section-index ul {
font-family: Georgia, FreeSerif, Times, serif; font-family: Georgia, FreeSerif, Times, serif;
color:#666!important;
} }
#toc ul a { #toc ul a {
text-decoration:none; text-decoration:none;
border-bottom:1px dotted #690; border-bottom:1px dotted #480;
} }
#toc ul a:hover, #toc ul a:focus { #toc ul a:hover, #toc ul a:focus {
border-bottom:1px dotted #fff; border-bottom:1px dotted #fff;
@ -430,14 +431,14 @@ a.anchor {
#footer a { #footer a {
text-decoration:none; text-decoration:none;
border:none; border:none;
color: #690; color: #480;
} }
#footer a:hover { #footer a:hover {
color:#000; color:#000;
} }
#footer p a { #footer p a {
border-bottom:1px dotted #690; border-bottom:1px dotted #480;
color: #878b78; color: #878b78;
} }

Loading…
Cancel
Save