Light Version Nuxt JS
Update the below changes in the assets/scss/app.scss.
@import "variables";
@import './bootstrap.scss';
Light Version Vue JS
In order to have light mode enabled, replace @import "variables-dark";
to @import "variables"; in the scss file
src/design/index.scss.