Sorry, first time Grav user here. I am trying to change the background color of my custom/inherited Quark theme (I just copied the theme and renamed so I could customize).
I am having trouble changing the background color using custom.css. I've tried using selectors for body, #start, #page-wrapper, #top....really everything that I can find when I view and inspect.
When the DOM loads, I can see the my desired background color, but as the page populates, the normal Quark "white" is placed over it.
I've even tried editing the _base.scss file to properly display a different color, but no dice.
If anyone has had any luck changing the background color, or can point me to the file that is populating the other white color, it would be greatly appreciated. Thank you!