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"))