commit 39e6d1c0e85856c28eeffb29f08106bf50be86ea
parent d8f9d020675ae1ca9ea75767e16145caaadf078f
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Mon, 14 Jan 2008 19:55:27 +0000
add HTML docs and some guidance on scripts
svn: r8323
original commit: 19b142e67d5945c15859d2b5fb195a8247b32af7
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;
}