diff --git a/dashboard/index.html b/dashboard/index.html
index 331a22cf..2e21a3c6 100644
--- a/dashboard/index.html
+++ b/dashboard/index.html
@@ -7,7 +7,7 @@
PluralKit | home
-
+
diff --git a/dashboard/styles/light.scss b/dashboard/styles/light.scss
deleted file mode 100644
index 97324f0a..00000000
--- a/dashboard/styles/light.scss
+++ /dev/null
@@ -1,18 +0,0 @@
-$primary: #da9317;
-@import "../node_modules/bootstrap/scss/bootstrap.scss";
-
-.footer.bg-light {
- background-color: var(--bs-light) !important;
-}
-
-.description a {
- color: var(--bs-primary) !important;
-}
-
-> * {
- .nav-item {
- .btn.btn-transparent {
- color: rgba(0,0,0,.55);
- }
- }
-}
\ No newline at end of file
diff --git a/dashboard/styles/dark.scss b/dashboard/styles/themes.scss
similarity index 100%
rename from dashboard/styles/dark.scss
rename to dashboard/styles/themes.scss