tweak search highlight

This commit is contained in:
Tom Moor
2020-09-21 00:07:32 -07:00
parent 26b9566b96
commit d3d286b1be
2 changed files with 2 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ function Highlight({
}
const Mark = styled.mark`
background: ${(props) => props.theme.yellow};
background: ${(props) => props.theme.searchHighlight};
border-radius: 2px;
padding: 0 4px;
`;