From 6435fa37142a802bf28cbd00d1192312d74b0d9e Mon Sep 17 00:00:00 2001 From: Draconizations Date: Fri, 3 Jun 2022 18:06:54 +0200 Subject: [PATCH] feat(dashboard): move generic.scss to themes file --- dashboard/index.html | 1 - dashboard/styles/themes.scss | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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";