去除code里面的背景,防止与主题冲突

测试的时候没有测试Ueditor的文本,发现Ueditor编辑出来的代码会出现反色的情况。
This commit is contained in:
振云 (Percy)
2018-10-05 08:33:02 +08:00
committed by GitHub
parent 2dfaf7feb2
commit 39fee2f468

View File

@@ -23,7 +23,6 @@
border: 0;
font-family: "Consulas", "Courier New", Courier, mono, serif;
font-size: 12px;
background: #eee !important;
display: block;
padding: 1px;
margin: 0;
@@ -47,4 +46,4 @@
}
.hljs ul li:nth-of-type(even) {
color: inherit;
}
}