Skip to content

Commit

Permalink
fix: broken rendering of code blocks with language in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Aug 11, 2018
1 parent e660517 commit 8218a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common-elements/PrismDiv.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8218a26

Please sign in to comment.