From 8688cdb289216a958e79a39b5f26e8241c7ba7a3 Mon Sep 17 00:00:00 2001 From: Draconizations Date: Fri, 3 Jun 2022 14:33:47 +0200 Subject: [PATCH] feat(dashboard): rename theming scss files --- dashboard/index.html | 2 +- dashboard/styles/light.scss | 18 ------------------ dashboard/styles/{dark.scss => themes.scss} | 0 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 dashboard/styles/light.scss rename dashboard/styles/{dark.scss => themes.scss} (100%) 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