Round blockquotes are back!

This commit is contained in:
David Lapshin
2024-05-21 18:36:54 +03:00
parent b32c51b71a
commit 5d5e08cb35
2 changed files with 2 additions and 0 deletions

View File

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

View File

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