修复prism.js 代码高亮 背景颜色出错问题

This commit is contained in:
sunheyi 2023-02-03 16:45:23 +08:00
parent db20a5cd1d
commit 012560ea4a
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}