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