summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-11-08 23:37:46 -0800
committerRuss Cox <rsc@golang.org>2009-11-08 23:37:46 -0800
commit9f71e168a1f141f2e42ccbd442e02fe879a5bb30 (patch)
treed61f1dfc6ca8fa5241cb28dcc7277c7ad5e84a7c /doc
parent7a3c85a34ef879cd6c5191721ebfeab51a94f398 (diff)
downloadgolang-9f71e168a1f141f2e42ccbd442e02fe879a5bb30.tar.gz
change highlight color from green to yellow
(fits better in the color scheme). eliminate background color on line numbers at bottom of search results, now that they are grouped. live at http://r45:3456/search?q=Reader R=r, gri http://go/go-review/1024030
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/style.css b/doc/style.css
index 235d4da87..b7adfa10a 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -185,7 +185,6 @@ a.noline {
a.info {
text-decoration: none;
- background-color: #D8D8D8;
}
table.layout {
@@ -199,7 +198,7 @@ span.comment {
}
span.highlight {
- background-color: #81F781;
+ background-color: #ffffa0;
}