Skip to content

Commit 4b5f1c3

Browse files
committed
chore: cuter styles
1 parent 560b41a commit 4b5f1c3

File tree

4 files changed

+22
-15
lines changed

4 files changed

+22
-15
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="preconnect" href="https://fonts.googleapis.com" />
66
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
77
<link
8-
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap"
8+
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=JetBrains+Mono&display=swap"
99
rel="stylesheet"
1010
/>
1111
<link
@@ -55,7 +55,7 @@
5555
\mathbb{N} = \{ a \in \mathbb{Z} : a > 0 \}
5656
```
5757

58-
You can even include custom React components if you declare them in the "overrides" option.
58+
You can even include custom React components if you declare them in the [`overrides` option](https://github.com/quantizor/markdown-to-jsx/blob/main/README.md#optionsoverrides---rendering-arbitrary-react-components).
5959

6060
<MyComponent>Isn't that cool?</MyComponent>
6161
</script>

0 commit comments

Comments
 (0)