tweak: make buttons and links in nav the same color

This commit is contained in:
Draconizations 2022-04-25 20:20:53 +02:00
parent 9fe4656b21
commit b70325b949
2 changed files with 16 additions and 0 deletions

View File

@ -12,4 +12,12 @@
color: #159bd4 !important;
}
}
> * {
.nav-item {
.btn.btn-transparent {
color: rgba(250,250,250,.55);
}
}
}
}

View File

@ -6,4 +6,12 @@
.description a {
color: var(--bs-primary) !important;
}
> * {
.nav-item {
.btn.btn-transparent {
color: rgba(0,0,0,.55);
}
}
}
}