Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
});
const MainHeading = styled.h1({
display: 'flex',
alignItems: 'center'
});
const HeadingImage = styled.img({
width: '2em',
margin: 0,
marginRight: '0.5em'
});
const Markdown = styled.div({
a: {
color: colors.primary,
textDecoration: 'none',
':hover': {
textDecoration: 'underline'
}
},
'.anchor': {
color: 'inherit',
svg: {
fill: 'currentColor'
}
},
'.float': {
width: '50%',
marginLeft: 24,
marginBottom: 24,
float: 'right',