mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
23 lines
No EOL
418 B
SCSS
23 lines
No EOL
418 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;
|
|
}
|
|
}
|
|
|
|
> * {
|
|
.nav-item {
|
|
.btn.btn-transparent {
|
|
color: rgba(250,250,250,.55);
|
|
}
|
|
}
|
|
}
|
|
} |