chore: blockquote colors + mock data
This commit is contained in:
parent
645501e8ee
commit
747c18e9f5
4 changed files with 11 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue