fix: broken rendering of code blocks with language in markdown

This commit is contained in:
Roman Hotsiy 2018-08-11 23:15:05 +03:00
parent e660517a2a
commit 8218a2694d
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -7,8 +7,8 @@ export const PrismDiv = styled.div`
code[class*='language-'],
pre[class*='language-'] {
color: white;
background: none;
/* color: white;
background: none; */
text-shadow: 0 -0.1em 0.2em black;
text-align: left;
white-space: pre;