Skip to main content

max / ripgrow

pdf: tone load column down to 18pt 22pt was outshouting the rest of the row. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-18 17:16 UTC
Commit: 7d4ddc90b10caddb86d7d647736721dbabd7c580
Parent: 29b0404
1 file changed, +1 insertion, -1 deletion
@@ -82,7 +82,7 @@
82 82 #let idx-cell(body) = text(size: 16pt, weight: "bold", fill: ink)[#body]
83 83 #let name-cell(body) = text(size: 15pt, weight: "medium", fill: ink)[#body]
84 84 #let num-cell(body) = text(size: 16pt, weight: "medium", fill: ink)[#body]
85 - #let load-cell(body) = text(size: 22pt, weight: "bold", fill: ink)[#body]
85 + #let load-cell(body) = text(size: 18pt, weight: "bold", fill: ink)[#body]
86 86 #let unit-cell(body) = text(size: 10pt, weight: "medium", tracking: 1pt, fill: dim)[#body]
87 87 #let vs-cell(body) = text(size: 9pt, tracking: 1pt, fill: dim)[#upper(body)]
88 88