Final polish

This commit is contained in:
Tom Moor
2017-11-08 23:19:26 -08:00
parent 5d716d9c5f
commit e98caf6e51
3 changed files with 20 additions and 16 deletions

View File

@@ -11,6 +11,8 @@ function HorizontalRule(props: Props) {
}
const StyledHr = styled.hr`
padding-top: .75em;
margin: 0;
border: 0;
border-bottom: 1px solid ${props => (props.active ? color.slate : color.slateLight)};
`;