PluralKit/styles/light.scss
2021-12-30 13:02:19 +01:00

9 lines
174 B
SCSS

.light > * {
.footer.bg-light {
background-color: var(--bs-light) !important;
}
.description a {
color: var(--bs-primary) !important;
}
}