]> Cypherpunks repositories - gostls13.git/commitdiff
doc: color comments
authorAndrew Gerrand <adg@golang.org>
Tue, 14 Feb 2012 00:45:27 +0000 (11:45 +1100)
committerAndrew Gerrand <adg@golang.org>
Tue, 14 Feb 2012 00:45:27 +0000 (11:45 +1100)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5657047

doc/style.css

index cf1f4145fdf323943313a226f4ff5e939ad00f0a..b9b468d65bacfa3c2da5d156ab2abaef295dc3a9 100644 (file)
@@ -7,6 +7,9 @@ pre, code {
        font-family: Menlo, monospace;
        font-size: 14px;
 }
+pre .comment {
+       color: #375EAB;
+}
 body {
        color: #222;
 }