Unify the text color in the panel

This commit is contained in:
Cotes Chung 2021-04-05 20:02:17 +08:00
parent 7a5ad10bdc
commit 991f53f8b2
2 changed files with 5 additions and 1 deletions

View File

@ -229,7 +229,7 @@ footer {
@extend %no-bottom-border; @extend %no-bottom-border;
color: #6c757d; color: inherit;
} }
} }

View File

@ -155,6 +155,10 @@
line-height: 1rem; line-height: 1rem;
padding-top: 0.5rem; padding-top: 0.5rem;
padding-bottom: 0.5rem; padding-bottom: 0.5rem;
&.nav-link:not(.active) {
color: inherit;
}
} }
/* --- Related Posts --- */ /* --- Related Posts --- */