PluralKit/styles/dark.scss

13 lines
252 B
SCSS
Raw Normal View History

2021-12-30 12:02:19 +00:00
.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;
}
}