From 22bb124d4bde8bb98bb84951fe38c880e90acff0 Mon Sep 17 00:00:00 2001 From: percychen Date: Mon, 8 Oct 2018 19:31:20 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BC=98=E5=8C=96]=E4=BC=98=E5=8C=96=20monoka?= =?UTF-8?q?i=E5=9C=A8ueditor=E7=BC=96=E8=BE=91=E5=87=BA=E6=9D=A5=E7=9A=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=91=88=E9=BB=91=E5=BA=95=E7=9A=84=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/posts_style_custom.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/css/posts_style_custom.css b/public/css/posts_style_custom.css index 3bcf112..1dc4691 100644 --- a/public/css/posts_style_custom.css +++ b/public/css/posts_style_custom.css @@ -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; @@ -47,4 +47,7 @@ } .hljs ul li:nth-of-type(even) { color: inherit; +} +code.hljs{ + background: transparent; } \ No newline at end of file