From 7565d46f018cdf9c57bdd439261b30a7650f6ae0 Mon Sep 17 00:00:00 2001 From: hole-thu Date: Tue, 8 Sep 2020 18:43:39 +0800 Subject: [PATCH] css blockquote --- src/Common.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Common.css b/src/Common.css index 65a715d..521bfea 100644 --- a/src/Common.css +++ b/src/Common.css @@ -70,3 +70,8 @@ max-height: 500px; } +blockquote { + margin-left: 8px; + padding-left: 5px; + border-left: 3px solid #cbcbcb; +}