]> Cypherpunks repositories - gostls13.git/commitdiff
make the visited color darker instead of lighter
authorRob Pike <r@golang.org>
Sun, 8 Nov 2009 08:18:15 +0000 (00:18 -0800)
committerRob Pike <r@golang.org>
Sun, 8 Nov 2009 08:18:15 +0000 (00:18 -0800)
R=rsc
CC=go-dev
http://go/go-review/1025022

doc/style.css

index 78f31473b460f331bc42ea6310efdedd588c745e..167ad488998d95c546fd16418d60bf492b94a388 100644 (file)
@@ -84,7 +84,7 @@ a:link {
 }
 
 a:visited {
-  color: #0000ff
+  color: #0b2455
 }
 
 a:hover {