PluralKit/styles/light.scss
2022-04-25 20:20:53 +02:00

17 lines
310 B
SCSS

.light > * {
.footer.bg-light {
background-color: var(--bs-light) !important;
}
.description a {
color: var(--bs-primary) !important;
}
> * {
.nav-item {
.btn.btn-transparent {
color: rgba(0,0,0,.55);
}
}
}
}