feat: more modular styling
moves styling over to sass and makes each individual theme easier to customize
This commit is contained in:
6
styles/light.scss
Normal file
6
styles/light.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user