Hi,
Click on a page and see it attributes below. There is one called Style Sheet, double click on it and you can see the CSS for that page. Inside that CSS there is this property where you can change the font and the background-color:
The CSS is being set individually for every page and that's a bad solution it should be put only on the Style Sheet attribute of the theme itself (AnimatedPage theme)
Click on a page and see it attributes below. There is one called Style Sheet, double click on it and you can see the CSS for that page. Inside that CSS there is this property where you can change the font and the background-color:
body {font-size: 1.6rem;font-family: "PT Sans", sans-serif;color: #83b0b9;background-color: #343943;}
The CSS is being set individually for every page and that's a bad solution it should be put only on the Style Sheet attribute of the theme itself (AnimatedPage theme)