grelin_templates/tech-report/data/styling.typ
MORRO b8b2f5fe14 Polish tech-report template layout, typography, and usage guide.
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>
2026-07-08 14:27:33 +08:00

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),
)