godoc/static: set explicit page background color

Fixes golang/go#10961.

Change-Id: I3fc947bb18535853b278bad5fa449cf259eba59c
Reviewed-on: https://go-review.googlesource.com/10451
Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
Shenghou Ma 2015-05-27 20:54:35 -04:00 committed by Minux Ma
parent 3d1847243e
commit cd3ef3b6f0
2 changed files with 2 additions and 0 deletions

View File

@ -2698,6 +2698,7 @@ function PlaygroundOutput(el) {
margin: 0;
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
background-color: #fff;
}
pre,
code {

View File

@ -2,6 +2,7 @@ body {
margin: 0;
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
background-color: #fff;
}
pre,
code {