[优化]优化 monokai在ueditor编辑出来的代码呈黑底的效果

This commit is contained in:
percychen
2018-10-08 19:31:20 +08:00
parent 2dfaf7feb2
commit 22bb124d4b

View File

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