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

15 lines
333 B
SCSS

@import "bootstrap/scss/bootstrap.scss";
//@import "bootstrap-darkmode/scss/darktheme.scss";
html, body {
//background-color: $dark-body-bg;
line-break: loose;
word-break: break-word;
}
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}