Commit 7b13659 1 parent 39e53da commit 7b13659 Copy full SHA for 7b13659
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ export function TableOfContentMarkdown({
550
550
return (
551
551
< a
552
552
href = { `#${ slug } ` }
553
- className = 'block cursor-pointer mb-3 text-slate-600 dark:text-slate-300 leading-4 font-bold '
553
+ className = 'block cursor-pointer mb-3 text-slate-600 dark:text-slate-300 leading-4 font-medium '
554
554
>
555
555
{ children }
556
556
</ a >
@@ -564,7 +564,7 @@ export function TableOfContentMarkdown({
564
564
return (
565
565
< a
566
566
href = { `#${ slug } ` }
567
- className = 'block cursor-pointer mb-3 max-sm:text-sm text-slate-600 dark:text-slate-300 leading-4 -ml-[9px] max-sm:-ml-[7px] font-bold '
567
+ className = 'block cursor-pointer mb-3 max-sm:text-sm text-slate-600 dark:text-slate-300 leading-4 -ml-[9px] max-sm:-ml-[7px] font-medium '
568
568
>
569
569
< span className = 'mr-1 text-blue-400 text-[1em]' >
570
570
●
You can’t perform that action at this time.
0 commit comments