Skip to content

Commit 910e196

Browse files
committed
feat: reset font size
1 parent 72195a5 commit 910e196

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

toc-bar.user.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,12 @@ a.toc-link {
548548
background-color: var(--toc-bar-active-color);
549549
}
550550
551+
.toc-list-item,
552+
.toc-link {
553+
font-size: 1em; /* reset font size */
554+
}
555+
556+
551557
@media print {
552558
.toc-bar__no-print { display: none !important; }
553559
}

0 commit comments

Comments
 (0)