Unround blockquote corners

This commit is contained in:
daudix
2024-04-05 02:03:46 +03:00
parent 1f140dc76e
commit 0e4df24525
2 changed files with 0 additions and 6 deletions

View File

@ -36,7 +36,6 @@ section#comments {
&.comment-reply { &.comment-reply {
border-left: 0.25rem solid var(--fg-muted-2); border-left: 0.25rem solid var(--fg-muted-2);
border-radius: 0.2rem;
padding-left: 1rem; padding-left: 1rem;
} }

View File

@ -148,13 +148,8 @@ hr {
blockquote { blockquote {
margin: 0; margin: 0;
border-left: 0.25rem solid var(--primary-color); border-left: 0.25rem solid var(--primary-color);
border-radius: 0.2rem;
padding: 0 0.75rem; padding: 0 0.75rem;
color: var(--fg-muted-5); color: var(--fg-muted-5);
& & {
border-radius: 0;
}
} }
abbr[title] { abbr[title] {