Unify the text color in the panel
This commit is contained in:
parent
7a5ad10bdc
commit
991f53f8b2
2 changed files with 5 additions and 1 deletions
|
@ -229,7 +229,7 @@ footer {
|
|||
|
||||
@extend %no-bottom-border;
|
||||
|
||||
color: #6c757d;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -155,6 +155,10 @@
|
|||
line-height: 1rem;
|
||||
padding-top: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
|
||||
&.nav-link:not(.active) {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
/* --- Related Posts --- */
|
||||
|
|
Loading…
Reference in a new issue