From 1427f603c50a53e714b2d3181bf791fde9a567b7 Mon Sep 17 00:00:00 2001 From: percychen Date: Wed, 10 Oct 2018 12:23:45 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BC=98=E5=8C=96]=E4=BB=A3=E7=A0=81=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E8=BF=87=E5=A4=A7=EF=BC=8C=E4=B8=94=E4=B8=8Eueditor?= =?UTF-8?q?=E9=A3=8E=E6=A0=BC=E4=B8=8D=E7=BB=9F=E4=B8=80=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= 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 0753bf4..cfb8626 100644 --- a/public/css/posts_style_custom.css +++ b/public/css/posts_style_custom.css @@ -39,7 +39,10 @@ .hljs ul li { list-style: decimal; border-left: 3px solid #6ce26c !important; - padding: 5px!important; + font-family: "Consulas", "Courier New", Courier, mono, serif; + font-weight: 200; + font-size: 12px; + padding-left: 5px!important; margin: 0 !important; line-height: 14px; word-break: break-all;