We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a27a4 commit c102862Copy full SHA for c102862
docs/_static/custom.css
@@ -8,3 +8,9 @@
8
--pst-font-family-heading: "Atkinson Hyperlegible", system-ui, sans-serif;
9
--pst-font-family-monospace: BerkeleyMono, ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
10
}
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