We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5af69 commit 255fe2dCopy full SHA for 255fe2d
_sass/addon/commons.scss
@@ -229,7 +229,7 @@ footer {
229
230
@extend %no-bottom-border;
231
232
- color: #6c757d;
+ color: inherit;
233
}
234
235
_sass/layout/post.scss
@@ -155,6 +155,10 @@
155
line-height: 1rem;
156
padding-top: 0.5rem;
157
padding-bottom: 0.5rem;
158
+
159
+ &.nav-link:not(.active) {
160
161
+ }
162
163
164
/* --- Related Posts --- */
0 commit comments