1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:04:41 -07:00

make the visited color darker instead of lighter

R=rsc
CC=go-dev
http://go/go-review/1025022
This commit is contained in:
Rob Pike 2009-11-08 00:18:15 -08:00
parent 63c572c6b0
commit 7ee3f3ddd1

View File

@ -84,7 +84,7 @@ a:link {
}
a:visited {
color: #0000ff
color: #0b2455
}
a:hover {