gitdocs
Version:
Easy to use, SEO-friendly, beautiful documentation that lives in your git repo.
22 lines (18 loc) • 334 B
JavaScript
import styled from 'react-emotion'
export const Wrapper = styled('div')`
:hover {
opacity: 0.7;
}
`
export const CustomLogo = styled('div')`
img {
display: block;
height: 35px;
}
`
export const GeneratedLogo = styled('div')`
color: #6457DF;
font-size: 1.6rem;
font-weight: 700;
text-decoration: none;
`