From 0e4df24525e2c40fc3080557d7078cd62c6bfd8e Mon Sep 17 00:00:00 2001 From: daudix Date: Fri, 5 Apr 2024 02:03:46 +0300 Subject: [PATCH] Unround blockquote corners --- sass/_comments.scss | 1 - sass/_main.scss | 5 ----- 2 files changed, 6 deletions(-) diff --git a/sass/_comments.scss b/sass/_comments.scss index b066f75..f568f1d 100644 --- a/sass/_comments.scss +++ b/sass/_comments.scss @@ -36,7 +36,6 @@ section#comments { &.comment-reply { border-left: 0.25rem solid var(--fg-muted-2); - border-radius: 0.2rem; padding-left: 1rem; } diff --git a/sass/_main.scss b/sass/_main.scss index 681eb75..62adc57 100644 --- a/sass/_main.scss +++ b/sass/_main.scss @@ -148,13 +148,8 @@ hr { blockquote { margin: 0; border-left: 0.25rem solid var(--primary-color); - border-radius: 0.2rem; padding: 0 0.75rem; color: var(--fg-muted-5); - - & & { - border-radius: 0; - } } abbr[title] {