import { Link } from 'gatsby'; const StyledLink = styled(props => <Link {...props} />)` color: aqua; `; // ... <StyledLink to="/"> Gatsby </StyledLink>