PluralKit/styles/dark.scss
2021-12-31 16:21:24 +01:00

15 lines
276 B
SCSS

.dark {
.navbar.bg-light {
background-color: var(--bs-body-bg) !important;
}
.footer.bg-light {
background-color: var(--bs-dark) !important;
}
> * {
.description a {
color: #159bd4 !important;
}
}
}