Are there ways to customize/modify the styling and layout of hledger-web? Particularly, the layout of the Journal table. I took a peak at the Github code but couldn't identify a way to include a CSS file.
The reason I'd like to modify the styling is to improve the legibility. I find it difficult to parse the account names and transaction amounts and I believe it's due to the following design decisions:
-
Large amount of white space between the account names (left justified) and transaction amounts (right justified). I'd propose trying to reduce the abundant white space somehow.
-
Use of white space (tabs) to indicate hierarchy in sub-accounts. A graphic indication would be easier to read than more white space, such as dashes or arrows. See Fava for an example.
-
Lack of context control. Introducing a way to minimize, collapse, or focus the Journal table to specific accounts (and sub-accounts) would greatly improve the legibility.
Otherwise, I very much appreciate the simplicity of hledger-web!