Refine TOC and cover styling, add numbered headings and gray body text, unify #f6f7f8 surfaces, and replace sample content with a Markdown usage manual. Co-authored-by: Cursor <cursoragent@cursor.com>
17 lines
288 B
Plaintext
17 lines
288 B
Plaintext
#import "theme.typ": *
|
|
|
|
#let underline-accent(body) = underline(
|
|
body,
|
|
stroke: 1.5pt + color-accent,
|
|
offset: 4pt,
|
|
evade: true,
|
|
)
|
|
|
|
#let text-highlight(body) = highlight(
|
|
body,
|
|
fill: color-accent-surface,
|
|
top-edge: "ascender",
|
|
bottom-edge: "descender",
|
|
radius: tw(0.5),
|
|
)
|