From: Andrew Gerrand Date: Tue, 14 Feb 2012 00:45:27 +0000 (+1100) Subject: doc: color comments X-Git-Tag: weekly.2012-02-14~62 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=763716ae2a1b5ec33dbee942ba37ad0a4940d96b;p=gostls13.git doc: color comments R=golang-dev, r CC=golang-dev https://golang.org/cl/5657047 --- diff --git a/doc/style.css b/doc/style.css index cf1f4145fd..b9b468d65b 100644 --- a/doc/style.css +++ b/doc/style.css @@ -7,6 +7,9 @@ pre, code { font-family: Menlo, monospace; font-size: 14px; } +pre .comment { + color: #375EAB; +} body { color: #222; }