feat(dashboard): change primary color to pluralkit orange

This commit is contained in:
Draconizations
2022-06-03 14:24:54 +02:00
parent a95fd34881
commit d685f6228e
8 changed files with 245 additions and 59 deletions
+14 -13
View File
@@ -1,17 +1,18 @@
.light > * {
.footer.bg-light {
background-color: var(--bs-light) !important;
}
.description a {
color: var(--bs-primary) !important;
}
$primary: #da9317;
@import "../node_modules/bootstrap/scss/bootstrap.scss";
> * {
.nav-item {
.btn.btn-transparent {
color: rgba(0,0,0,.55);
}
.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);
}
}
}