financial page with bank data
All checks were successful
Deploy / build-deploy (push) Successful in 1m48s

This commit is contained in:
Jorijn van der Graaf 2026-08-14 04:14:13 +02:00
commit 33c68c2f44
11 changed files with 394 additions and 87 deletions

View file

@ -939,15 +939,8 @@ treatment it replaces, which read as the wrong category for the work.
/* ── 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);
}
/* The running-total tables are .spec-table; this row type is the one ledger
idiom on top of it: a sum ruled off from what it sums. */
.fin-total th,
.fin-total td {
border-top: 2px solid var(--border-strong);