PluralKit/styles/light.scss
Spectralitree 7ddc65bfab feat: more modular styling
moves styling over to sass and makes each individual theme easier to customize
2021-12-29 10:23:07 +01:00

6 lines
182 B
SCSS

@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;
}