I’m trying to change the bootstrap theme background. I used this in the main.scss
// Body
$body-bg: $gray-600;
$body-color: $gray-900;
I also tried adding css:
body {
background-color: #f9f1e0;
}
but it isn’t working
my other changes work just fine so npm is working fine.
Thanks
Leave a Reply