Skip to content

Commit

Permalink
feat: reset font size
Browse files Browse the repository at this point in the history
  • Loading branch information
hikerpig committed Sep 20, 2022
1 parent 72195a5 commit 910e196
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions toc-bar.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,12 @@ a.toc-link {
background-color: var(--toc-bar-active-color);
}
.toc-list-item,
.toc-link {
font-size: 1em; /* reset font size */
}
@media print {
.toc-bar__no-print { display: none !important; }
}
Expand Down

0 comments on commit 910e196

Please sign in to comment.