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 06282be commit 1a6f471Copy full SHA for 1a6f471
markdoc.config.mjs
@@ -0,0 +1,6 @@
1
+import { defineMarkdocConfig } from '@astrojs/markdoc/config';
2
+import starlightMarkdoc from '@astrojs/starlight-markdoc';
3
+
4
+export default defineMarkdocConfig({
5
+ extends: [starlightMarkdoc()],
6
+});
src/styles/custom.css
@@ -4,14 +4,15 @@
--sl-color-accent-high: hsl(40, 47%, 69%);
--sl-color-accent: hsl(40, 47%, 69%);
--sl-color-accent-low: hsl(0, 0%, 0%);
7
-/*
8
- h1 {
+}
9
+/* h1,
10
+h2,
11
+h3 {
12
+ font-family: 'Source Serif Pro', serif;
13
+ font-weight: 700;
14
+ line-height: 1.2;
15
+ margin-top: 1.5rem;
16
+ margin-bottom: 0.5rem;
17
color: #8e6f3e;
- };
- h2 {
- color: #8e6f3e;
- h3 {
-*/
18
+} */
0 commit comments