Spaces:
Running
Running
Commit ·
f6bd91b
1
Parent(s): d9e7e99
Change timeline strip color to white and remove glow effect
Browse files
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="
|
| 260 |
-
<stop offset="50%" stopColor="
|
| 261 |
-
<stop offset="100%" stopColor="
|
| 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>
|