commit 745f54970d332a7ed411876ef041b004d6c8dde0 parent f5689a9e5fa5dbcae6c56fa9f393c2fc4686ac19 Author: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sun, 7 Aug 2022 13:47:30 +0200 [frontend] style blockquote nicely within content (#742) Diffstat:
M | web/source/css/status.css | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git 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; + } } }