finacial page
All checks were successful
Deploy / build-deploy (push) Successful in 2m20s

This commit is contained in:
Jorijn van der Graaf 2026-08-14 02:50:58 +02:00
commit e68d2c245c
17 changed files with 1801 additions and 15 deletions

View file

@ -937,6 +937,25 @@ treatment it replaces, which read as the wrong category for the work.
color: var(--text-faint);
}
/* ── the financials page ──────────────────────────────────────────── */
/* The running-total tables are .spec-table; these two row types are the
ledger idioms on top of it: a group label heading the rows beneath it,
and a sum ruled off from what it sums. */
.fin-group th {
padding-top: var(--s0);
color: var(--text);
font-weight: 650;
border-bottom: 1px solid var(--border-strong);
}
.fin-total th,
.fin-total td {
border-top: 2px solid var(--border-strong);
border-bottom: 0;
color: var(--text);
font-weight: 650;
}
/* ── demos ────────────────────────────────────────────────────────── */
.demo-grid {