From c163d4b442dd5ebdf8617c3fa35cb10f19ca4d9c Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 15 Nov 2022 17:19:49 +0100 Subject: [PATCH] Add blockquote style --- src/common/static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/common/static/style.css b/src/common/static/style.css index 6e899b7..86b6666 100644 --- a/src/common/static/style.css +++ b/src/common/static/style.css @@ -5,3 +5,8 @@ #notes img { max-width: 100%; } + +blockquote { + padding-left: 2em; + border-left: solid #d5d5d5 4px; +}