Skip to content

Instantly share code, notes, and snippets.

@dainiusjocas
Created November 18, 2015 15:53
Show Gist options
  • Save dainiusjocas/300cdadc817ca109861b to your computer and use it in GitHub Desktop.
Save dainiusjocas/300cdadc817ca109861b to your computer and use it in GitHub Desktop.
CLJS set background color
(set! (.. js/document -body -style -backgroundColor) "red")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment