fix: highlight active item in recent post list (#5571)

This commit is contained in:
Alexey Pyltsyn 2021-09-21 18:07:24 +03:00 committed by GitHub
parent 6d5d84ca6a
commit 911d6b1087
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {