Further improved search result snippets

This commit is contained in:
Tom Moor
2018-08-04 22:46:55 -07:00
parent ad2d1a15bb
commit 71830d7c77
4 changed files with 12 additions and 3 deletions

View File

@@ -98,9 +98,10 @@ const Title = styled(Highlight)`
`;
const ResultContext = styled(Highlight)`
display: block;
color: ${props => props.theme.slateDark};
font-size: 14px;
margin-top: 0;
margin-top: -0.25em;
margin-bottom: 0.25em;
`;