6 lines
182 B
SCSS
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;
|
||
|
}
|