mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
fix: broken rendering of code blocks with language in markdown
This commit is contained in:
parent
e660517a2a
commit
8218a2694d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user