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

Co-authored-by: fangying <fangying@vipkid.com.cn>
pull/421/head
Airene Fang 3 years ago committed by GitHub
parent ba85fd4d51
commit 8cbe26ee06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save