From 6555bf4c565d3cb0ab054b7d24b600d2b620de1b Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Sun, 12 Apr 2020 18:06:23 +0800 Subject: [PATCH] theme: style quoted text --- theme/default/static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/theme/default/static/style.css b/theme/default/static/style.css index dbf16e9..ecb3c3f 100644 --- a/theme/default/static/style.css +++ b/theme/default/static/style.css @@ -120,6 +120,14 @@ code:not(.hljs) { text-shadow: none; } +blockquote { + border-left: 3px solid #cdcdcd; + color: #989898; + box-sizing: border-box; + padding-left: 2em; + margin-left: 0; +} + /* Sidebar */ .sidebar { float: left;