We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543388b commit 6ac846fCopy full SHA for 6ac846f
1 file changed
astro.config.mjs
@@ -42,6 +42,10 @@ export default defineConfig({
42
tag: 'meta',
43
attrs: { name: 'og:image', content: '/docs/og.png' },
44
},
45
+ {
46
+ tag: 'style',
47
+ content: `.sl-markdown-content h2{margin-top:2.5rem!important;margin-bottom:1rem!important}.sl-markdown-content h3{margin-top:2rem!important;margin-bottom:.75rem!important}.sl-markdown-content h4{margin-top:1.5rem!important;margin-bottom:.5rem!important}`,
48
+ },
49
],
50
sidebar: [
51
{
0 commit comments