PluralKit/styles/light.scss

9 lines
174 B
SCSS
Raw Normal View History

2021-12-30 13:02:19 +01:00
.light > * {
.footer.bg-light {
background-color: var(--bs-light) !important;
}
.description a {
color: var(--bs-primary) !important;
}
}