PluralKit/styles/light.scss

17 lines
310 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;
}
> * {
.nav-item {
.btn.btn-transparent {
color: rgba(0,0,0,.55);
}
}
}
}