style(theme): <code> need not a inline-bg-color

pull/385/head
fangying 4 years ago
parent c1ba483e58
commit 33d498c28a

@ -55,6 +55,7 @@ li > div[class*='language-'] {
-moz-hyphens: none; -moz-hyphens: none;
-ms-hyphens: none; -ms-hyphens: none;
hyphens: none; hyphens: none;
background: transparent;
} }
[class*='language-'] pre { [class*='language-'] pre {
@ -62,7 +63,6 @@ li > div[class*='language-'] {
z-index: 1; z-index: 1;
margin: 0; margin: 0;
padding: 1.25rem 1.5rem; padding: 1.25rem 1.5rem;
background: transparent;
overflow-x: auto; overflow-x: auto;
} }

Loading…
Cancel
Save