From c074f30177dba13e8a6d4b37486b357472b7a6e1 Mon Sep 17 00:00:00 2001 From: life Date: Sun, 22 Nov 2015 16:05:52 +0800 Subject: [PATCH] =?UTF-8?q?markdown=20pre=20=E8=83=8C=E5=BD=B1=E8=89=B2?= =?UTF-8?q?=E7=AA=81=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/md/themes/default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/md/themes/default.css b/public/md/themes/default.css index 885cb87a..9db588fe 100644 --- a/public/md/themes/default.css +++ b/public/md/themes/default.css @@ -60,7 +60,8 @@ pre.prettyprint { code.prettyprint, pre.prettyprint { padding: 8px; - background-color: #f7f7f9; + /*background-color: #f7f7f9;*/ + background-color: #eee; border: 1px solid #e1e1e8; -moz-border-radius: 3px; -webkit-border-radius: 3px;