Skip to content

Commit c102862

Browse files
committed
docs: bigger font
1 parent 98a27a4 commit c102862

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/_static/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@
88
--pst-font-family-heading: "Atkinson Hyperlegible", system-ui, sans-serif;
99
--pst-font-family-monospace: BerkeleyMono, ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
1010
}
11+
12+
/* Override theme's font-size-base with higher specificity */
13+
html[data-theme=light],
14+
html[data-theme=dark] {
15+
--pst-font-size-base: 1.1rem;
16+
}

0 commit comments

Comments
 (0)