fix: Heading style regressions

This commit is contained in:
Tom Moor
2020-07-20 19:43:30 -07:00
parent a97a1df5f1
commit 0d6720e499
2 changed files with 2 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ const Content = styled(Link)`
const Heading = styled.h2`
margin: 0 0 0.75em;
color: ${props => props.theme.text};
`;
export default inject("documents")(observer(HoverPreviewDocument));

View File

@@ -39,6 +39,7 @@ const Title = styled.h3`
margin-top: 0;
margin-bottom: 0.25em;
white-space: nowrap;
color: ${props => props.theme.text};
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
`;