mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 22:37:54 +00:00
13 lines
No EOL
252 B
SCSS
13 lines
No EOL
252 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;
|
|
}
|
|
} |