cleanup
This commit is contained in:
3
lib.typ
3
lib.typ
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user