diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index eb0d1aa..e70b3a0 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -229,7 +229,7 @@ footer { @extend %no-bottom-border; - color: #6c757d; + color: inherit; } } diff --git a/_sass/layout/post.scss b/_sass/layout/post.scss index 667af15..69944a4 100644 --- a/_sass/layout/post.scss +++ b/_sass/layout/post.scss @@ -155,6 +155,10 @@ line-height: 1rem; padding-top: 0.5rem; padding-bottom: 0.5rem; + + &.nav-link:not(.active) { + color: inherit; + } } /* --- Related Posts --- */