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; +}