Dark Version

In order to have dark mode enabled, update the below 2 line
@import "variables";
@import 'bootstrap';

to
@import "variables-dark";
@import 'bootstrap-dark';

. src/assets/scss/app.scss.