From 3c19c2496ac3bff2be154115ffa2a248615f51ee Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 23 Jun 2008 21:03:10 +0000 Subject: [PATCH] make tech links gray; fix-ups in reference manual svn: r10430 original commit: 6f8dbf0ec5da8d39db168b5bede7ee203ff3bd80 --- collects/scribble/scribble.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribble/scribble.css b/collects/scribble/scribble.css index ba52b4c1..edae33c0 100644 --- a/collects/scribble/scribble.css +++ b/collects/scribble/scribble.css @@ -439,7 +439,7 @@ i { .techlink { text-decoration: none; - color: black; + color: #606060; } .techlink:hover {