Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save brandonbryant12/a070d4ffd8fda49c0a8b4e13f3198f9e to your computer and use it in GitHub Desktop.

Select an option

Save brandonbryant12/a070d4ffd8fda49c0a8b4e13f3198f9e to your computer and use it in GitHub Desktop.
const BlueEntityRefLink = styled(EntityRefLink)({
'& a': {
color: '#1976d2',
textDecoration: 'none',
'&:hover': {
color: '#1565c0',
textDecoration: 'underline',
},
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment