From 57a4d893ee1e71b2eec0e8fa1a2ac8349e577d27 Mon Sep 17 00:00:00 2001 From: yangjian Date: Sun, 28 Jun 2020 20:32:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=A3=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/mrdoc.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/mrdoc.css b/static/mrdoc.css index 10ef11a..24057ac 100644 --- a/static/mrdoc.css +++ b/static/mrdoc.css @@ -391,6 +391,16 @@ li.active > a,li.active > div > a{ display:none; } +/* 文档字体颜色 */ +.markdown-body{ + color:#000; +} + +/* 文档行内代码样式 */ +.markdown-body p code{ + border:none !important; + color:#e91e63 !important; +} /* 移动端小屏幕样式 */ @media screen and (max-width:768px){