From 5d5e08cb35f764b2ff6ddec43a79a2812e89ce20 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Tue, 21 May 2024 18:36:54 +0300 Subject: [PATCH] Round blockquotes are back! --- sass/_comments.scss | 1 + sass/_typography.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/sass/_comments.scss b/sass/_comments.scss index 2d2be80..bd08be7 100644 --- a/sass/_comments.scss +++ b/sass/_comments.scss @@ -36,6 +36,7 @@ section#comments { &.comment-reply { border-left: 0.25rem solid var(--fg-muted-2); + border-radius: 0.25rem; padding-left: 1rem; } diff --git a/sass/_typography.scss b/sass/_typography.scss index 53c4772..e3bbfc0 100644 --- a/sass/_typography.scss +++ b/sass/_typography.scss @@ -44,6 +44,7 @@ figcaption { blockquote { margin: 0; border-left: 0.25rem solid var(--primary-color); + border-radius: 0.25rem; padding: 0 0.75rem; color: var(--fg-muted-5); }