fix: blockquote sibling children style

This commit is contained in:
Devin Haska 2024-02-22 17:39:39 -08:00
parent d5cffcb376
commit 6b172da8be
4 changed files with 7 additions and 1 deletions

View file

@ -94,6 +94,10 @@ blockquote {
background-color: var(--color-surface);
}
blockquote > * + * {
margin-top: 1em;
}
:focus-visible {
outline: 3px solid;
outline-color: var(--color-primary);