build: 2026-06-22
This commit is contained in:
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