]> Cypherpunks repositories - gostls13.git/commitdiff
godoc: fine-tuning .css
authorRobert Griesemer <gri@golang.org>
Fri, 24 Feb 2012 01:42:14 +0000 (17:42 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 24 Feb 2012 01:42:14 +0000 (17:42 -0800)
R=adg
CC=golang-dev
https://golang.org/cl/5699057

doc/style.css

index 821c886a158872ff7e15d6db987d48576621ecc0..85193f47b8fa3d6427ef3ed492c4a0753827f456 100644 (file)
@@ -13,26 +13,15 @@ pre {
 pre .comment {
        color: #375EAB;
 }
-pre .highlight {
-       background: #FFFF00;
-}
-pre .highlight-comment {
-       background: #FFFF00;
-       color: #375EAB;
-}
-pre .selection {
-       background: #FF9632;
+pre .highlight,
+pre .highlight-comment,
+pre .selection-highlight,
+pre .selection-highlight-comment {
+    background: #FFFF00;
 }
+pre .selection,
 pre .selection-comment {
-       background: #FF9632;
-       color: #375EAB;
-}
-pre .selection-highlight {
-       background: #FFFF00;
-}
-pre .selection-highlight-comment {
-       background: #FFFF00;
-       color: #375EAB;
+    background: #FF9632;
 }
 pre .ln {
        color: #999;
@@ -110,7 +99,7 @@ table.dir td {
 }
 
 .alert {
-       color: #FF0000;
+       color: #AA0000;
 }
 
 #heading {