mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-05 21:37:55 +00:00
11 lines
No EOL
281 B
SCSS
11 lines
No EOL
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;
|
|
} |