diff --git a/packages/docz-theme-default/src/components/ui/Link.tsx b/packages/docz-theme-default/src/components/ui/Link.tsx index 572fab477..9012560c1 100644 --- a/packages/docz-theme-default/src/components/ui/Link.tsx +++ b/packages/docz-theme-default/src/components/ui/Link.tsx @@ -1,7 +1,9 @@ import styled from 'react-emotion' export const Link = styled('a')` - &, &:visited, &:active { + &, + &:visited, + &:active { text-decoration: none; color: ${p => p.theme.colors.link}; } @@ -9,4 +11,4 @@ export const Link = styled('a')` &:hover { color: ${p => p.theme.colors.link}; } -` \ No newline at end of file +`