fix non chroma code block color
This commit is contained in:
parent
cb9776f699
commit
d1672652f2
|
@ -241,9 +241,11 @@ h6:hover .anchor {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
.post-content .chroma code {
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
.post-content pre code {
|
.post-content pre code {
|
||||||
/* reset inline code */
|
/* reset inline code */
|
||||||
background-color: unset;
|
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto 0;
|
margin: auto 0;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
Loading…
Reference in New Issue