Skip to content

Instantly share code, notes, and snippets.

@viebel
Last active August 30, 2016 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viebel/3800b8ebae5292921c7d6fcb6c995c1f to your computer and use it in GitHub Desktop.
Save viebel/3800b8ebae5292921c7d6fcb6c995c1f to your computer and use it in GitHub Desktop.
(ns viebel.gist-3800b8ebae5292921c7d6fcb6c995c1f.raw.body-color)
(defn set-bg-color [c]
(set! (.. js/document -body -style -backgroundColor) c))
(defn set-bg-color-element [e c]
(set! (.. e -style -backgroundColor) c))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment