Skip to content

Commit 1a6f471

Browse files
committed
cleanup
1 parent 06282be commit 1a6f471

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

markdoc.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
--sl-color-accent-high: hsl(40, 47%, 69%);
55
--sl-color-accent: hsl(40, 47%, 69%);
66
--sl-color-accent-low: hsl(0, 0%, 0%);
7-
/*
8-
h1 {
7+
}
8+
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;
917
color: #8e6f3e;
10-
};
11-
h2 {
12-
color: #8e6f3e;
13-
};
14-
h3 {
15-
color: #8e6f3e;
16-
};
17-
*/
18+
} */

0 commit comments

Comments
 (0)