mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
17 lines
No EOL
310 B
SCSS
17 lines
No EOL
310 B
SCSS
.light > * {
|
|
.footer.bg-light {
|
|
background-color: var(--bs-light) !important;
|
|
}
|
|
|
|
.description a {
|
|
color: var(--bs-primary) !important;
|
|
}
|
|
|
|
> * {
|
|
.nav-item {
|
|
.btn.btn-transparent {
|
|
color: rgba(0,0,0,.55);
|
|
}
|
|
}
|
|
}
|
|
} |