How set the body color for dark mode?

Hey @Massimo,

I’m sure you’re aware of this but we released Elements 0.9.0 recently with support for background colours!

Just make sure your site template includes the following.

<body class="{{page.bodyClasses}}" {{page.bodyAttributes}}>

More info here Elements 0.9.0 (23579)

Cheers!