build: 2026-06-22
This commit is contained in:
9
build/theme/2018-edition-4e126c62.css
Normal file
9
build/theme/2018-edition-4e126c62.css
Normal file
@@ -0,0 +1,9 @@
|
||||
span.caption {
|
||||
font-size: 0.8em;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
span.caption code {
|
||||
font-size: 0.875em;
|
||||
font-weight: 400;
|
||||
}
|
||||
8
build/theme/listing-cab26221.css
Normal file
8
build/theme/listing-cab26221.css
Normal file
@@ -0,0 +1,8 @@
|
||||
figure.listing {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.listing figcaption {
|
||||
font-size: 0.8em;
|
||||
font-weight: 600;
|
||||
}
|
||||
13
build/theme/semantic-notes-9b5766c0.css
Normal file
13
build/theme/semantic-notes-9b5766c0.css
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user