Link
import { Link } from 'theme-ui'
Variants
Link variants can be defined in the theme.links
object.
By default the Link component will use styles defined in theme.styles.a
.
Edit the page on GitHub// example theme variants{links: {bold: {fontWeight: 'bold',},nav: {fontWeight: 'bold',color: 'inherit',textDecoration: 'none',}}}