add: style blockquotes
This commit is contained in:
parent
8c5d8bf0ba
commit
b7b84d15b7
2 changed files with 12 additions and 1 deletions
|
@ -344,3 +344,9 @@ img.emoji {
|
|||
height: 1em;
|
||||
aspect-ratio: 1 / 1;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
padding-left: 1rem;
|
||||
border-left: solid 5px var(--color-super-lowered);
|
||||
font-style: italic;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue