Is there a way to set the background color of a div to hiccups? Here is what I have tried so far, with no result:
[:div {:background-color "#003366"} (escape-html rest)]
In html, I see <div background-color="#663366">which, in my opinion, is not the right format for the color.
Is there a way to do this in a hiccup?
source
share