diff --git a/dashboard/index.html b/dashboard/index.html
index 2e21a3c6..cadbfaf4 100644
--- a/dashboard/index.html
+++ b/dashboard/index.html
@@ -6,7 +6,6 @@
PluralKit | home
-
diff --git a/dashboard/styles/themes.scss b/dashboard/styles/themes.scss
index 4898588a..95864246 100644
--- a/dashboard/styles/themes.scss
+++ b/dashboard/styles/themes.scss
@@ -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";