Files
PluralKit/dashboard/styles/light.scss
2022-06-03 14:24:54 +02:00

18 lines
316 B
SCSS

$primary: #da9317;
@import "../node_modules/bootstrap/scss/bootstrap.scss";
.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);
}
}
}