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:
parent
3d1847243e
commit
cd3ef3b6f0
|
@ -2698,6 +2698,7 @@ function PlaygroundOutput(el) {
|
|||
margin: 0;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
background-color: #fff;
|
||||
}
|
||||
pre,
|
||||
code {
|
||||
|
|
|
@ -2,6 +2,7 @@ body {
|
|||
margin: 0;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
background-color: #fff;
|
||||
}
|
||||
pre,
|
||||
code {
|
||||
|
|
Loading…
Reference in New Issue