From 9d20d5fd8cd5d1e2fb32cf6f59e1b51c88908f3d Mon Sep 17 00:00:00 2001 From: ULIVZ <472590061@qq.com> Date: Mon, 10 Jun 2019 17:31:16 +0800 Subject: [PATCH] feat: enhance the styles of blockquote --- packages/@vuepress/theme-default/styles/index.styl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/@vuepress/theme-default/styles/index.styl b/packages/@vuepress/theme-default/styles/index.styl index cd2eee53d8..976bfb0447 100644 --- a/packages/@vuepress/theme-default/styles/index.styl +++ b/packages/@vuepress/theme-default/styles/index.styl @@ -94,10 +94,10 @@ kbd padding 0 0.15em blockquote - font-size .9rem - color #999 - border-left .5rem solid #dfe2e5 - margin 0.5rem 0 + font-size 1rem + color #999; + border-left .2rem solid #dfe2e5 + margin 1rem 0 padding .25rem 0 .25rem 1rem & > p