markdown viewer

This commit is contained in:
Jan Prochazka
2020-12-10 15:36:45 +01:00
parent 79ddbd439f
commit 55d0c77536
6 changed files with 78 additions and 14 deletions

View File

@@ -28,6 +28,9 @@ const StyledLink = styled.a`
text-decoration: none;
cursor: pointer;
color: ${(props) => props.theme.main_background_blue[7]};
&:hover {
text-decoration: underline;
}
`;
function Line({ label, children }) {