mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-29 12:03:44 +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-'],
|
code[class*='language-'],
|
||||||
pre[class*='language-'] {
|
pre[class*='language-'] {
|
||||||
color: white;
|
/* color: white;
|
||||||
background: none;
|
background: none; */
|
||||||
text-shadow: 0 -0.1em 0.2em black;
|
text-shadow: 0 -0.1em 0.2em black;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user