Pricing Blog

Background color of page?

  • lfggjonesy-1436093695941148795

    Jonesy

    2 days ago

    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?
  • plusmin-1436152835275231303

    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.
  • andreasmoller-1436231881782857829

    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.