fix: blockquote sibling children style
This commit is contained in:
parent
d5cffcb376
commit
6b172da8be
4 changed files with 7 additions and 1 deletions
|
@ -94,6 +94,10 @@ blockquote {
|
|||
background-color: var(--color-surface);
|
||||
}
|
||||
|
||||
blockquote > * + * {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
:focus-visible {
|
||||
outline: 3px solid;
|
||||
outline-color: var(--color-primary);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue