PluralKit/styles/dark.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

11 lines
281 B
SCSS

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