From e1bf8e18bf9b77ea87c9d2a2e2e4320383a303bb Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Thu, 9 Jun 2011 17:12:41 -0400 Subject: [PATCH] lightened the background --- examples/dom-play.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dom-play.rkt b/examples/dom-play.rkt index 1917796..e3a2bdc 100644 --- a/examples/dom-play.rkt +++ b/examples/dom-play.rkt @@ -16,7 +16,7 @@ (insert-break) (void (call body "append" "hello, this is a test")) (insert-break) -(void (call body "css" "background-color" "green")) +(void (call body "css" "background-color" "lightgreen"))