/* git graph editor — the branch labels are <g class="label"> groups whose text reads badly with a
   stroke outline; colour their text with the accent instead (mirrors pie's <text> override). */
.dia-git .flow-canvas g.label.dia-pick-hover text,
.dia-git .flow-canvas g.label.dia-pick-sel text { stroke: none !important; fill: var(--accent) !important; }
.dia-git .flow-canvas g.label.dia-pick-sel rect { stroke: var(--accent) !important; stroke-width: 2px; }
