feat: more modular styling

moves styling over to sass and makes each individual theme easier to customize
This commit is contained in:
Spectralitree
2021-12-29 10:23:07 +01:00
parent 80cc442c40
commit 7ddc65bfab
9 changed files with 193 additions and 13 deletions

6
styles/light.scss Normal file
View File

@@ -0,0 +1,6 @@
@use "./generic.scss";
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css");
.footer.bg-light {
background-color: var(--bs-light) !important;
}