fix: fix styling

This commit is contained in:
Spectralitree 2021-12-30 13:02:19 +01:00
parent b64f2adf11
commit c223896a67
6 changed files with 44 additions and 31 deletions

View file

@ -1,10 +1,9 @@
@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;
}
.description a {
color: var(--bs-primary) !important;
.light > * {
.footer.bg-light {
background-color: var(--bs-light) !important;
}
.description a {
color: var(--bs-primary) !important;
}
}