Skip to content

Commit

Permalink
change size of code in sidebar (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubabrzy authored Sep 20, 2023
1 parent 3408f59 commit 81d84d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/TOC/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function TOC({ className, ...props }: Props) {
<TOCItems
{...props}
className="[&_ul]:pl-4"
linkClassName="py-2 px-4 block hover:text-brand-700 dark:hover:text-brand-600 [&.active]:bg-brand-500 [&.active]:dark:bg-brand-800 [&.active]:text-gray-900 [&.active]:dark:text-brand-600"
linkClassName="py-2 px-4 block hover:text-brand-700 dark:hover:text-brand-600 [&.active]:bg-brand-500 [&.active]:dark:bg-brand-800 [&.active]:text-gray-900 [&.active]:dark:text-brand-600 [&_code]:text-sm"
linkActiveClassName="active"
/>
</div>
Expand Down

0 comments on commit 81d84d3

Please sign in to comment.