fix: correct the color of the navbar items at the top

This commit is contained in:
Spectralitree 2021-12-11 15:58:25 +01:00
parent dcad361ae7
commit 15b70784f1

View File

@ -33,7 +33,7 @@ blockquote {
border-left: 4px solid rgba(128, 128, 128, 0.3);
}
.nav-link {
.nav-tabs * .nav-link {
background-color: var(--bs-body-bg) !important;
border-color: rgba(128, 128, 128, 0.3) !important;
border-bottom-color: transparent !important;