Skip to content

Commit 6335050

Browse files
committed
fix: heading sizes in toc
1 parent 9d4e9a0 commit 6335050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/theme/pagetoc.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ a[class^="pagetoc-H"]:only-child {
6464
color: var(--sidebar-fg);
6565
}
6666
.pagetoc .pagetoc-H1 {
67-
font-size: 170%;
67+
font-size: 150%;
6868
padding-left: 20px;
6969
}
7070
.pagetoc .pagetoc-H2 {
71-
font-size: 140%;
71+
font-size: 130%;
7272
padding-left: 20px;
7373
}
7474
.pagetoc .pagetoc-H3 {

0 commit comments

Comments
 (0)