This commit is contained in:
David Allemang
2026-06-22 10:57:16 -04:00
parent d0d1a87cf5
commit d7c4dee0cf
2 changed files with 124 additions and 81 deletions

View File

@@ -16,9 +16,10 @@
warn: color.rgb("#a52a2a"),
tip: color.rgb("#228b22"),
todo: color.rgb("#ff0000"),
eg: auto,
).at(kind)
block(
fill: col.transparentize(85%),
fill: if (col != auto) {col.transparentize(85%)} else {auto},
stroke: (y: col),
width: 100%,
outset: (x: 1em, y: 0.5em),