From 991f53f8b222090530860586d13d724cfb48dcf6 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Mon, 5 Apr 2021 20:02:17 +0800 Subject: [PATCH] Unify the text color in the panel --- _sass/addon/commons.scss | 2 +- _sass/layout/post.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 --- */