Skip to content

Commit

Permalink
Merge pull request #343 from EscolaLMS/feature/markdown-links
Browse files Browse the repository at this point in the history
markdown links primary color
  • Loading branch information
myslaf committed Mar 21, 2024
2 parents c007a13 + f8402e3 commit 55ed071
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -192,6 +192,9 @@ const StyledMarkdownRenderer = styled("div")<StyledMarkdownRendererProps>`
max-width: 100%;
max-height: 75vh;
}
a {
color: ${({ theme }) => theme.primaryColor};
}
`;

const LightBoxOverwrite = createGlobalStyle`
Expand Down

0 comments on commit 55ed071

Please sign in to comment.