Skip to content

Commit

Permalink
fix: scope the sidebar changes to openapi plugin (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan authored Jan 10, 2025
1 parent 06c72a1 commit bae1a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apify-docs-theme/src/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ html[data-theme='dark'] .actionLink:hover::after {
}

aside li.section-header > div > .menu__link,
aside li.section-header > ul > li > div > .menu__link {
.plugin-id-openapi aside li.section-header > ul > li > div > .menu__link {
text-transform: uppercase;
opacity: 0.8;
font-size: 16px;
Expand Down

0 comments on commit bae1a12

Please sign in to comment.