Increase contrast of links, decrease contrast of bullets
authorisaacs <i@izs.me>
Mon, 27 Feb 2012 19:01:53 +0000 (11:01 -0800)
committerisaacs <i@izs.me>
Wed, 29 Feb 2012 23:20:06 +0000 (15:20 -0800)
doc/api_assets/style.css

index c40f87a..f67e935 100644 (file)
@@ -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;
 }