chore: spruce up blockquotes

This commit is contained in:
Cory Dransfeldt 2024-01-10 14:30:29 -08:00
parent f118943a01
commit abc3dc0b19
No known key found for this signature in database
3 changed files with 7 additions and 2 deletions

View file

@ -25,9 +25,13 @@ p {
}
blockquote {
color: var(--gray-medium);
font-weight: 700;
font-size: var(--font-size-lg);
line-height: var(--line-height-lg);
margin: 1.25rem 0;
padding-left: .875rem;
border-left: .25rem solid var(--gray-400);
border-left: .25rem solid var(--gray-medium);
}
:is(body, html, nav .tags, nav .search) svg {