mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat(dashboard): rename theming scss files
This commit is contained in:
parent
d685f6228e
commit
8688cdb289
3 changed files with 1 additions and 19 deletions
|
|
@ -1,18 +0,0 @@
|
|||
$primary: #da9317;
|
||||
@import "../node_modules/bootstrap/scss/bootstrap.scss";
|
||||
|
||||
.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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue