002: improve blockquotes with figcaptions, minor edits
All checks were successful
ci/woodpecker/push/build-deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/build-deploy Pipeline was successful
This commit is contained in:
parent
8539c27cae
commit
84473fb544
2 changed files with 14 additions and 2 deletions
|
@ -96,6 +96,18 @@
|
|||
width: fit-content;
|
||||
}
|
||||
|
||||
.doll-quote figcaption {
|
||||
font-size: 0.8em;
|
||||
color: var(--dark2);
|
||||
background-color: var(--middle1);
|
||||
width: fit-content;
|
||||
padding: 0 0.5ch;
|
||||
}
|
||||
|
||||
.doll-quote figcaption + blockquote {
|
||||
border-top: 2px solid var(--middle1);
|
||||
}
|
||||
|
||||
.mermaid {
|
||||
width: fit-content;
|
||||
color: var(--middle1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue