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 5759a42 commit d675805Copy full SHA for d675805
src/components/sidebar.js
@@ -48,7 +48,7 @@ const Sidebar = () => (
48
borderColor: 'border.subtle',
49
}}
50
>
51
- <Box sx={{display: 'flex', flexDirection: 'column'}} role="list">
+ <Box sx={{display: 'flex', flexDirection: 'column'}}>
52
<NavItems />
53
</Box>
54
src/mdx/code.js
@@ -48,7 +48,7 @@ const ClipboardCopy = ({value, ...props}) => {
export const InlineCode = styled.code`
padding: 0.2em 0.4em;
font-family: ${themeGet('fonts.mono')};
- font-size: 85%;
+ font-size: 80%;
background-color: ${themeGet('colors.neutral.muted')};
border-radius: ${themeGet('radii.2')};
`
0 commit comments