From 39e6d1c0e85856c28eeffb29f08106bf50be86ea Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 14 Jan 2008 19:55:27 +0000 Subject: [PATCH] add HTML docs and some guidance on scripts svn: r8323 original commit: 19b142e67d5945c15859d2b5fb195a8247b32af7 --- 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 f7b33712..4bbfeaab 100644 --- a/collects/scribble/scribble.css +++ b/collects/scribble/scribble.css @@ -213,7 +213,7 @@ font-weight: bold; /* Scheme text styles */ .schemeinput { - color: #996633; /* brown */ + color: #cc6633; background-color: #eeeeee; }