From 9603115a86414a051a4bfbe2ca940b0861eddd88 Mon Sep 17 00:00:00 2001 From: yuanke <249218296@qq.com> Date: Thu, 26 May 2016 14:02:17 +0800 Subject: [PATCH] =?UTF-8?q?KE=E7=BC=96=E8=BE=91=E6=97=B6=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E7=9A=84=E9=A2=9C=E8=89=B2=E6=94=B9=E4=B8=BA=E5=92=8C=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E6=97=B6=E5=80=99=E4=B8=80=E6=A0=B7=E5=B9=B6?= =?UTF-8?q?=E5=B0=86=E4=B8=8B=E5=88=92=E7=BA=BF=E5=8E=BB=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/kindeditor/plugins/code/previewcode.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/assets/kindeditor/plugins/code/previewcode.css b/public/assets/kindeditor/plugins/code/previewcode.css index 459fbd5d6..cf9c219e9 100644 --- a/public/assets/kindeditor/plugins/code/previewcode.css +++ b/public/assets/kindeditor/plugins/code/previewcode.css @@ -53,4 +53,6 @@ span.at a{color:#269ac9;text-decoration: none;} /*yk*/ .ke-content ol li{list-style-type: decimal;} .ke-content ul li{list-style-type: disc;} -.ke-content ol,.ke-content ul,.ke-content h1,.ke-content h2,.ke-content h3,.ke-content h4{margin-top:0;margin-bottom: 0;} \ No newline at end of file +.ke-content ol,.ke-content ul,.ke-content h1,.ke-content h2,.ke-content h3,.ke-content h4{margin-top:0;margin-bottom: 0;} +.ke-content a{color: #15bccf;} +.ke-content a:link,.ke-content a:visited{text-decoration:none;}