diff --git a/src/components/TreeFlow.vue b/src/components/TreeFlow.vue
index c940c8d..1ae6d3f 100644
--- a/src/components/TreeFlow.vue
+++ b/src/components/TreeFlow.vue
@@ -238,7 +238,7 @@ const svgH = computed(() => containerH.value)
-
+
@@ -255,16 +255,16 @@ const svgH = computed(() => containerH.value)
:d="edgePath(edge)"
fill="none"
stroke="url(#edge-gold)"
- stroke-width="2.2"
+ stroke-width="1.6"
filter="url(#edge-glow)"
- opacity="0.35"
+ opacity="0.18"
/>
containerH.value)
:d="edgePath(edge)"
fill="none"
stroke="#e0c060"
- stroke-width="0.8"
- stroke-dasharray="3 20"
+ stroke-width="0.7"
+ stroke-dasharray="2 35"
class="edge-flow"
- opacity="0.7"
+ opacity="0.35"
/>
containerH.value)
.edge-flow {
stroke-linecap: round;
- animation: flowDash 3s linear infinite;
+ animation: flowDash 5s linear infinite;
}