This commit is contained in:
Steve Boyd 2023-11-08 15:28:49 +01:00 committed by GitHub
commit 0c169c2534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -33,6 +33,19 @@ exports.onRenderBody = ({ setPostBodyComponents, setHeadComponents, pathname })
margin: 2rem 0;
}
`
}} />,
// this is being done as a quick work around as there's issues when building css
<style type="text/css" dangerouslySetInnerHTML={{
__html: `
.api-link code {
text-decoration: underline;
color: #5d6778;
}
.api-link code:hover,
.api-link code:active {
text-decoration: none;
}
`
}} />
]);
setPostBodyComponents([