PluralKit/styles/light.scss

9 lines
174 B
SCSS
Raw Normal View History

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