customizable graph fonts, nodes fit to id length

This commit is contained in:
Parker TenBroeck 2026-01-10 12:13:20 -05:00
parent 62733fc74a
commit 51d5fb5213
2 changed files with 42 additions and 7 deletions

View file

@ -38,6 +38,8 @@
--graph-fg-1: var(--fg-1);
--graph-fg-2: var(--fg-2);
--graph-font: arial;
--graph-node-font-size: 14;
--graph-edge-font-size: 10;