Skip to content

Commit 5967012

Browse files
Fix h2 id
1 parent 5da1f09 commit 5967012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/docs/+page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Dark theme example:
126126
}
127127
```
128128

129-
<h2 id="css-variables">Custom CSS</h2>
129+
<h2 id="custom-css">Custom CSS</h2>
130130

131131
You can always use [:global()](https://svelte.dev/docs/svelte-components#style) to add your own styles. Example:
132132
```css

0 commit comments

Comments
 (0)