feat: 2025-03-24

This commit is contained in:
Nick 2025-03-24 22:48:52 -05:00
parent 5bd036cde4
commit ba868f4f8a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -55,7 +55,7 @@
// curve.cubic((44%, 2%), (48%, -2%), (55%, 0%)), // curve.cubic((44%, 2%), (48%, -2%), (55%, 0%)),
curve.line((100%, 0%)) curve.line((100%, 0%))
), ),
text(size: 9pt, weight: "bold")[#title], text(size: 9pt, weight: "bold", fill: titleColour)[#title],
curve( curve(
stroke: (paint: gradient.linear(textDarkOrange, textLightOrange), thickness: 0.5pt), stroke: (paint: gradient.linear(textDarkOrange, textLightOrange), thickness: 0.5pt),
curve.move((100%, 0%)), curve.move((100%, 0%)),