You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
277 B

// Your variable overrides
//$body-bg: #222;
//$body-color: #222;
$dark-body-bg: #222;
// Bootstrap and its default variables
@import "~bootstrap/scss/bootstrap";
@import "~bootstrap-darkmode/css/darktheme";
html, body {
}
#app{
font-family: monospace;
//color: #fff;
}