mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
15 lines
No EOL
276 B
SCSS
15 lines
No EOL
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;
|
|
}
|
|
}
|
|
} |