fix: Abhängigkeits-Punktierung enger (.1/3 statt .1/5)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
mhoennig
2026-08-22 19:40:24 +02:00
co-authored by Claude Fable 5
parent a8c5e54f11
commit 5911609d2e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -709,7 +709,7 @@
durchgezogen in Tinte. */
.dep-overlay{position:absolute;left:0;top:0;overflow:visible;pointer-events:none}
.dep-edge{fill:none;stroke:var(--muted);stroke-width:1.5;opacity:.4;
stroke-linecap:round;stroke-dasharray:.1 5}
stroke-linecap:round;stroke-dasharray:.1 3}
/* Offene Pfeilspitze — grau und dünn wie die Linie, kein gefülltes Dreieck. */
.dep-arrow{fill:none;stroke:var(--muted);stroke-width:1.5;opacity:.4;
stroke-linecap:round;stroke-linejoin:round}