mirror of https://github.com/golang/go.git
doc: color comments
R=golang-dev, r CC=golang-dev https://golang.org/cl/5657047
This commit is contained in:
parent
04868b28ac
commit
763716ae2a
|
|
@ -7,6 +7,9 @@ pre, code {
|
||||||
font-family: Menlo, monospace;
|
font-family: Menlo, monospace;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
pre .comment {
|
||||||
|
color: #375EAB;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
color: #222;
|
color: #222;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue