build: 2026-06-22

This commit is contained in:
2026-06-22 21:17:36 +05:30
commit dbddc0ce2d
202 changed files with 97026 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
span.caption {
font-size: 0.8em;
font-weight: 600;
}
span.caption code {
font-size: 0.875em;
font-weight: 400;
}

View File

@@ -0,0 +1,8 @@
figure.listing {
margin: 0;
}
.listing figcaption {
font-size: 0.8em;
font-weight: 600;
}

View File

@@ -0,0 +1,13 @@
/*
This is copied directly from the styles for blockquotes, because notes were
historically rendered *as* blockquotes. This keeps the presentation of them
identical while updating the presentation.
*/
.note {
margin: 20px 0;
padding: 0 20px;
color: var(--fg);
background-color: var(--quote-bg);
border-block-start: 0.1em solid var(--quote-border);
border-block-end: 0.1em solid var(--quote-border);
}