Is there a native way to change the background color every page without div elements? Or do i have to use CSS, if so how exactly would i do that?
Armand
1 day ago
You could either create a component where you set the background color. And add a slot to it. Then make that the root element on every page. Or you can set the background color on every page with a theme style variable.
Andreas Møller
1 day ago
At the moment you have to add custom css, we are planning on a way to let you style the body element.