PluralKit/styles/dark.scss

15 lines
276 B
SCSS
Raw Normal View History

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