Skip to content

Commit 6d2367e

Browse files
Update styles.css
1 parent c3a1a19 commit 6d2367e

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

web-app/css/styles.css

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1875,21 +1875,23 @@ body.sidebar-active .hero-controls {
18751875
}
18761876

18771877
.timeline-svg-track {
1878-
stroke: var(--border);
1879-
stroke-width: 6px;
1878+
stroke: var(--text-tertiary);
1879+
stroke-width: 3px;
18801880
stroke-linecap: round;
1881-
stroke-dasharray: 0 16;
1882-
opacity: 0.8;
1881+
/* dot · gap: tiny dot, generous gap → sparse dotted look */
1882+
stroke-dasharray: 3 20;
1883+
opacity: 0.35;
18831884
transition: stroke var(--duration-base) ease;
18841885
}
18851886

18861887
.timeline-svg-fill {
18871888
stroke: var(--accent);
1888-
stroke-width: 6px;
1889+
stroke-width: 3px;
18891890
stroke-linecap: round;
1890-
stroke-dasharray: 0 16;
1891+
stroke-dasharray: 3 20;
1892+
/* dashoffset animated by JS; starts at full length (path not drawn) */
18911893
transition: stroke var(--duration-base) ease;
1892-
filter: drop-shadow(0 0 8px var(--accent));
1894+
filter: drop-shadow(0 0 6px var(--accent-glow));
18931895
}
18941896

18951897
/* Ensure timeline grid elements overlap properly */
@@ -6223,4 +6225,4 @@ html[data-theme="dark"] body {
62236225
transition:
62246226
transform var(--duration-slow, 500ms) cubic-bezier(0.16, 1, 0.3, 1),
62256227
opacity var(--duration-slow, 500ms) cubic-bezier(0.16, 1, 0.3, 1);
6226-
}
6228+
}

0 commit comments

Comments
 (0)