From 39fee2f4689d9d646f9fc726388c0a86145bf48c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8C=AF=E4=BA=91=20=28Percy=29?= <464095417@qq.com> Date: Fri, 5 Oct 2018 08:33:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4code=E9=87=8C=E9=9D=A2?= =?UTF-8?q?=E7=9A=84=E8=83=8C=E6=99=AF=EF=BC=8C=E9=98=B2=E6=AD=A2=E4=B8=8E?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 测试的时候没有测试Ueditor的文本,发现Ueditor编辑出来的代码会出现反色的情况。 --- public/css/posts_style_custom.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/css/posts_style_custom.css b/public/css/posts_style_custom.css index 3bcf112..0575aab 100644 --- a/public/css/posts_style_custom.css +++ b/public/css/posts_style_custom.css @@ -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; -} \ No newline at end of file +}