mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 14:14:56 +03:00
fix color
This commit is contained in:
parent
4eb6022907
commit
494f6a514f
|
@ -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: #f8f8f8;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
word-spacing: normal;
|
word-spacing: normal;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user