From 402f1cc1d0edd5a9ed90ba1df52ba9c3e5012d0d Mon Sep 17 00:00:00 2001 From: CyC2018 <1029579233@qq.com> Date: Thu, 14 Feb 2019 22:35:17 +0800 Subject: [PATCH] Update style.css --- docs/_style/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_style/style.css b/docs/_style/style.css index a28a8384..a9b2069c 100644 --- a/docs/_style/style.css +++ b/docs/_style/style.css @@ -55,5 +55,6 @@ img { } code { - box-shadow: 2px 1px 20px 8px #aaa !important + box-shadow: 2px 1px 20px 2px #aaa; + border-radius: 20px !important; } \ No newline at end of file