修复prism.js 代码高亮 背景颜色出错问题
This commit is contained in:
parent
db20a5cd1d
commit
012560ea4a
|
@ -44,3 +44,7 @@ ul li {
|
|||
#article-container ol li:not(.tab), #article-container ul li:not(.tab){
|
||||
margin-left: 2em;
|
||||
}
|
||||
/* prism.js 代码高亮 背景颜色出错 */
|
||||
#article-container pre > code {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue