From 5eea19e10890bbf290ed7109c936c0d3e483c914 Mon Sep 17 00:00:00 2001 From: CyC2018 <1029579233@qq.com> Date: Thu, 14 Feb 2019 22:53:50 +0800 Subject: [PATCH] Update style.css --- docs/_style/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/_style/style.css b/docs/_style/style.css index 9429f55e..a6a3334e 100644 --- a/docs/_style/style.css +++ b/docs/_style/style.css @@ -56,6 +56,10 @@ img { code { box-shadow: 2px 1px 20px 2px #aaa; - border-radius: 20px !important; + border-radius: 10px !important; padding-left: 20px !important; +} + +pre { + background-color: #f3f2ee !important; } \ No newline at end of file