From b49f1cfacb36a0a08009dcdc3666111710981f1f Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Fri, 13 Oct 2023 22:05:52 +0800 Subject: [PATCH] Add blockquote style to blog posts --- blog/css/style-blog.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/blog/css/style-blog.css b/blog/css/style-blog.css index d8caca00..9957f83f 100644 --- a/blog/css/style-blog.css +++ b/blog/css/style-blog.css @@ -117,6 +117,13 @@ img { margin-bottom: 0.5em; } +blockquote { + margin: 1.5rem 0; + padding: 0.5rem 1rem; + border-inline-start: 0.1rem solid #5fc7cd; + background-color: #34220b; +} + .right { float: right; margin-left: 1em;