summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2009-11-08 00:18:15 -0800
committerRob Pike <r@golang.org>2009-11-08 00:18:15 -0800
commitbd9b15333dbdd983ee91a60904f8f5d9dcc845a0 (patch)
treea2bc7ffbdfddb8a4eb298280f28b3f7944ec0182
parent48ea0ecbe7e07e65978ef7aef711c77d89cdc237 (diff)
downloadgolang-bd9b15333dbdd983ee91a60904f8f5d9dcc845a0.tar.gz
make the visited color darker instead of lighter
R=rsc CC=go-dev http://go/go-review/1025022
-rw-r--r--doc/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css
index 78f31473b..167ad4889 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -84,7 +84,7 @@ a:link {
}
a:visited {
- color: #0000ff
+ color: #0b2455
}
a:hover {