From a50315304d58ab73ea8267f940761f1372e21361 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 15 Feb 2012 10:31:28 +1100 Subject: [PATCH] doc: grey out line numbers R=gri CC=golang-dev https://golang.org/cl/5675049 --- doc/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/style.css b/doc/style.css index b9b468d65ba..68a43f9b21b 100644 --- a/doc/style.css +++ b/doc/style.css @@ -10,6 +10,9 @@ pre, code { pre .comment { color: #375EAB; } +pre .ln { + color: #999; +} body { color: #222; }