chore: blockquote colors + mock data

This commit is contained in:
Cory Dransfeldt 2024-02-11 08:46:52 -08:00
parent 645501e8ee
commit 747c18e9f5
No known key found for this signature in database
4 changed files with 11 additions and 2 deletions

View file

@ -27,7 +27,8 @@ blockquote {
font-size: var(--font-size-lg);
line-height: var(--line-height-lg);
padding-left: .875rem;
border-left: .25rem solid var(--text-color);
color: var(--gray-dark);
border-left: .25rem solid var(--gray-dark);
word-break: break-word;
}