Add lines between rows to visually separate commands

This commit is contained in:
Anthony Wang 2025-12-18 16:25:08 -06:00
parent c006df04c5
commit f9eaa1ba49
Signed by: xy
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ
2 changed files with 533 additions and 297 deletions

File diff suppressed because it is too large Load diff

View file

@ -23,7 +23,7 @@
) )
#table( #table(
stroke: none, stroke: (x: none),
columns: (35%, auto), columns: (35%, auto),
table.header(table.cell(fill: silver, align: center, [Task]), table.cell(fill: silver, align: center, [Command])), table.header(table.cell(fill: silver, align: center, [Task]), table.cell(fill: silver, align: center, [Command])),
table.header(level: 2, repeat: false, table.cell(fill: aqua, [*Running software*]), table.cell(fill: aqua, [])), table.header(level: 2, repeat: false, table.cell(fill: aqua, [*Running software*]), table.cell(fill: aqua, [])),