Skip to content

Commit

Permalink
fix: highlight active item in recent post list (#5571)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored Sep 21, 2021
1 parent 6d5d84c commit 911d6b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
text-decoration: none;
}
.sidebarItemLinkActive {
color: var(--ifm-color-primary);
color: var(--ifm-color-primary) !important;
}

@media only screen and (max-width: 996px) {
Expand Down

0 comments on commit 911d6b1

Please sign in to comment.