jashdoshi77 commited on
Commit
f6bd91b
·
1 Parent(s): d9e7e99

Change timeline strip color to white and remove glow effect

Browse files
Files changed (1) hide show
  1. src/components/TimelineSection.tsx +3 -3
src/components/TimelineSection.tsx CHANGED
@@ -256,9 +256,9 @@ export default function TimelineSection() {
256
  />
257
  <defs>
258
  <linearGradient id="greyStripGradient" x1="0%" y1="0%" x2="100%" y2="100%">
259
- <stop offset="0%" stopColor="rgba(100,100,100,0.25)" />
260
- <stop offset="50%" stopColor="rgba(150,150,150,0.35)" />
261
- <stop offset="100%" stopColor="rgba(100,100,100,0.25)" />
262
  </linearGradient>
263
  </defs>
264
  </svg>
 
256
  />
257
  <defs>
258
  <linearGradient id="greyStripGradient" x1="0%" y1="0%" x2="100%" y2="100%">
259
+ <stop offset="0%" stopColor="#ffffff" />
260
+ <stop offset="50%" stopColor="#ffffff" />
261
+ <stop offset="100%" stopColor="#ffffff" />
262
  </linearGradient>
263
  </defs>
264
  </svg>