mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 03:12:35 +02:00
fix: highlight active item in recent post list (#5571)
This commit is contained in:
parent
6d5d84ca6a
commit
911d6b1087
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue