We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927853c commit 575f4f4Copy full SHA for 575f4f4
docusaurus-theme/src/css/components/_markdown.scss
@@ -18,7 +18,6 @@ html[data-theme='dark'] {
18
--ifm-h2-vertical-rhythm-top: 2.75;
19
--ifm-h3-vertical-rhythm-top: 2.25;
20
21
- --ifm-h1-font-size: 3.5rem;
22
--ifm-h2-font-size: 2rem;
23
--ifm-h3-font-size: 1.5rem;
24
--ifm-h4-font-size: 1.25rem;
@@ -65,6 +64,7 @@ html[data-theme='dark'] {
65
64
66
// have to override style coming from .h1Heading_node_modules-\@docusaurus-theme-classic-lib-next-theme-Heading-styles-module
67
header > h1 {
+ --ifm-h1-font-size: clamp(2.5rem, 8vw, 3.5rem);
68
font-size: var(--ifm-h1-font-size);
69
}
70
0 commit comments