I am using Vuetify with the Light theme. By default this sets the background of the main content to a light grey. I need it to be white.
I'd like to override this by modifying the stylus variables, but I can't seem to figure out which variable sets the background color.
I followed all the steps in the docs, and I can change the font throughout the app by setting $body-font-family = 'Open Sans'
in my main.styl file (so I know I have the webpack build set up correctly)
I have tried $body-bg-light = '#fff'
in my main.styl, but that doesn't seem to change anything at all. If I set $material-light.background = '#fff'
I get an error.