Merge pull request #67 from shy-share/dev

修复prism.js 代码高亮 背景颜色出错
This commit is contained in:
sunheyi 2023-02-03 16:50:41 +08:00 committed by GitHub
commit 331825627c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}
#article-container pre > code {
background: transparent !important;
}