From 745f54970d332a7ed411876ef041b004d6c8dde0 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sun, 7 Aug 2022 13:47:30 +0200 Subject: [PATCH] [frontend] style blockquote nicely within content (#742) --- web/source/css/status.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/source/css/status.css b/web/source/css/status.css index 4badfa33c..705934eb6 100644 --- a/web/source/css/status.css +++ b/web/source/css/status.css @@ -127,6 +127,13 @@ main { .content { word-break: break-word; + + blockquote { + padding: 0.5rem 0 0.5rem 1.5rem; + border-left: 0.2rem solid $sloth_orange1; + margin-left: 1rem; + font-style: italic; + } } }