mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 07:47:53 +00:00
feat: more modular styling
moves styling over to sass and makes each individual theme easier to customize
This commit is contained in:
parent
80cc442c40
commit
7ddc65bfab
9 changed files with 193 additions and 13 deletions
11
styles/dark.scss
Normal file
11
styles/dark.scss
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
@use "./generic.scss";
|
||||
@import url("https://cdn.jsdelivr.net/npm/bootstrap-dark-5@1.1.3/dist/css/bootstrap-night.min.css");
|
||||
|
||||
// bootstrap
|
||||
.navbar.bg-light {
|
||||
background-color: var(--bs-body-bg) !important;
|
||||
}
|
||||
|
||||
.footer.bg-light {
|
||||
background-color: var(--bs-dark) !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue