Skip to content

Commit a31ba02

Browse files
committed
small fix
1 parent 30bc8b6 commit a31ba02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/svelte.dev/src/routes/docs/[...path]/OnThisPage.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@
174174
display: list-item;
175175
}
176176
177+
li {
178+
font-size: var(--sk-font-size-body-small);
179+
}
180+
177181
a.active {
178182
color: var(--sk-text-1);
179183
text-decoration: underline;

0 commit comments

Comments
 (0)