diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-01-23 12:25:16 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-01-23 12:25:16 +0100 |
| commit | 6c1f7a9a2fe8455100769cbf1af56cd492b957ff (patch) | |
| tree | 79639746d6b52a65ad75c6fd2e9392ebe3cd0cdd /typst/callout | |
| parent | a7f580bf1a2bf154cbcc9920ce61d79291b565b7 (diff) | |
feat(typst): reduce callout title size
Diffstat (limited to 'typst/callout')
| -rw-r--r-- | typst/callout/1.0.0/lib.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/typst/callout/1.0.0/lib.typ b/typst/callout/1.0.0/lib.typ index 5add04a..18185be 100644 --- a/typst/callout/1.0.0/lib.typ +++ b/typst/callout/1.0.0/lib.typ @@ -17,7 +17,7 @@ #let callout(icon, title, title_content, colors, content) = { emptyblock(colors)[ - #text(size: 1.25em)[#icon~ #strong(title)] + #text(size: 1.15em)[#icon~ #strong(title)] #content ] |
