Commit 54eec3db authored by Robert Griesemer's avatar Robert Griesemer

godoc: fine-tuning .css

R=adg
CC=golang-dev
https://golang.org/cl/5699057
parent 5fb82d8c
...@@ -13,26 +13,15 @@ pre { ...@@ -13,26 +13,15 @@ pre {
pre .comment { pre .comment {
color: #375EAB; color: #375EAB;
} }
pre .highlight { pre .highlight,
background: #FFFF00; pre .highlight-comment,
} pre .selection-highlight,
pre .highlight-comment { pre .selection-highlight-comment {
background: #FFFF00; background: #FFFF00;
color: #375EAB;
}
pre .selection {
background: #FF9632;
} }
pre .selection,
pre .selection-comment { pre .selection-comment {
background: #FF9632; background: #FF9632;
color: #375EAB;
}
pre .selection-highlight {
background: #FFFF00;
}
pre .selection-highlight-comment {
background: #FFFF00;
color: #375EAB;
} }
pre .ln { pre .ln {
color: #999; color: #999;
...@@ -110,7 +99,7 @@ table.dir td { ...@@ -110,7 +99,7 @@ table.dir td {
} }
.alert { .alert {
color: #FF0000; color: #AA0000;
} }
#heading { #heading {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment