Skip to content

Commit

Permalink
fix(docz-theme-default): prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jun 25, 2018
1 parent 5c2bb0c commit cb5643d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/docz-theme-default/src/components/ui/Link.tsx
@@ -1,12 +1,14 @@
import styled from 'react-emotion'

export const Link = styled('a')`
&, &:visited, &:active {
&,
&:visited,
&:active {
text-decoration: none;
color: ${p => p.theme.colors.link};
}
&:hover {
color: ${p => p.theme.colors.link};
}
`
`

0 comments on commit cb5643d

Please sign in to comment.