I'm currently working with the pre-made purple-green angular material theme using .css. I want to switch to a white background, but I'm having trouble changing it from dark grey. I've attempted removing the class "mat-app-background" from the body tag in my index.html file, but it doesn't seem to have any effect. Do I need to switch to .scss in order to achieve this change?
Thank you.
Pete