002: improve blockquotes with figcaptions, minor edits
All checks were successful
ci/woodpecker/push/build-deploy Pipeline was successful

This commit is contained in:
41666 2025-05-16 18:14:31 -07:00
parent 8539c27cae
commit 84473fb544
2 changed files with 14 additions and 2 deletions

View file

@ -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);