We set ion-content's background color in app.scss or wherever. How can I override it? When I put this into the page's scss:
#page-content {
background-color: purple;
}
Nothing happens. (Of course I added the id to the tag: <ion-content padding id="page-content">
)
This is how I changed the background: