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

@ -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] {