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 b1e6426 commit 8678eb8Copy full SHA for 8678eb8
packages/gatsby/src/components/markdown.js
@@ -162,7 +162,7 @@ const Content = styled.div`
162
163
color: #007aa2;
164
165
- font-family: "PT Mono";
+ font-family: "PT Mono", monospace;
166
}
167
168
pre code {
packages/gatsby/src/components/navigation.js
@@ -87,7 +87,7 @@ const MenuEntry = styled(Link)`
87
const Tag = styled.code`
88
89
90
91
92
${ifDesktop} {
93
margin-left: auto;
0 commit comments