feat(dashboard): move generic.scss to themes file

This commit is contained in:
Draconizations
2022-06-03 18:06:54 +02:00
parent 9a9f60e3c3
commit 6435fa3714
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
$primary: #da9317;
$primary-alt: #da9317;
@import "../node_modules/bootstrap/scss/bootstrap.scss";
@import "generic.scss";
// dark mode. dark.scss extends nightshade
@import "bootstrap-nightshade.scss";