Skip to content

Commit 255fe2d

Browse files
committed
Unify the text color in the panel
1 parent 8a5af69 commit 255fe2d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

_sass/addon/commons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ footer {
229229

230230
@extend %no-bottom-border;
231231

232-
color: #6c757d;
232+
color: inherit;
233233
}
234234

235235
}

_sass/layout/post.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@
155155
line-height: 1rem;
156156
padding-top: 0.5rem;
157157
padding-bottom: 0.5rem;
158+
159+
&.nav-link:not(.active) {
160+
color: inherit;
161+
}
158162
}
159163

160164
/* --- Related Posts --- */

0 commit comments

Comments
 (0)