(.body.style js/document "background: blue;") I feel like I’m doing something wrong here.
(.body.style js/document "background: blue;")
How can I do this in ClojureScript?
You need to use set!. Check out the "JavaScript Interop" section of this cheatsheet: https://cljs.info/cheatsheet/
set!