Skip to content

Commit c4e36e7

Browse files
authored
additional tweaks to make it match the changes to Framework docs (#2142)
1 parent 6a64475 commit c4e36e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/.vitepress/theme/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
--vp-c-brand-3: rgb(243, 139, 233); /* home page alt color */
1111
--vp-c-brand-soft: var(--theme-phosphate-soft);
1212
--mono-heading: "Spline Sans Mono", monospace;
13+
--vp-font-family-mono: var(--mono-heading);
14+
--vp-code-font-size: 14px;
15+
--vp-code-line-height: 1.5;
1316
}
1417

1518
.dark {
@@ -25,6 +28,10 @@
2528
font-weight: 500;
2629
}
2730

31+
.vp-doc p {
32+
line-height: 1.5;
33+
}
34+
2835
.vp-doc a {
2936
color: var(--vp-c-text-1);
3037
}

0 commit comments

Comments
 (0)