From: Rob Pike Date: Sun, 8 Nov 2009 08:18:15 +0000 (-0800) Subject: make the visited color darker instead of lighter X-Git-Tag: weekly.2009-11-10~58 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7ee3f3ddd14f7e74c0aa25d2b559c6d7a4a6371c;p=gostls13.git make the visited color darker instead of lighter R=rsc CC=go-dev http://go/go-review/1025022 --- diff --git a/doc/style.css b/doc/style.css index 78f31473b4..167ad48899 100644 --- a/doc/style.css +++ b/doc/style.css @@ -84,7 +84,7 @@ a:link { } a:visited { - color: #0000ff + color: #0b2455 } a:hover {