docs(design): actually write some content

This commit is contained in:
MultisampledNight 2024-01-09 10:21:57 +01:00
commit b30cbb4d7b
No known key found for this signature in database
GPG key ID: C81EF9B053977241
3 changed files with 204 additions and 11 deletions

View file

@ -15,6 +15,7 @@
) = {
set page(
numbering: "1 / 1",
margin: 3.25cm,
header: locate(loc => {
datetime.today().display()
@ -29,6 +30,17 @@
set heading(numbering: "A.1")
show heading: it => text(..fonts.heading, it)
show raw.where(block: true): box.with(
fill: luma(95%),
inset: 1.25em,
radius: 0.75em,
width: 45em,
)
show raw.where(block: false): box.with(
fill: luma(95%),
outset: 0.25em,
radius: 0.25em,
)
// document title
if title != none {