mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-05 04:12:53 +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;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.sidebarItemLinkActive {
|
.sidebarItemLinkActive {
|
||||||
color: var(--ifm-color-primary);
|
color: var(--ifm-color-primary) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 996px) {
|
@media only screen and (max-width: 996px) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue