mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-05 13:27:54 +00:00
6 lines
No EOL
182 B
SCSS
6 lines
No EOL
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;
|
|
} |