File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ const duration2 = (row2.length / 2 * pixelsPerItem) / pixelsPerSecond;
6969 <path d =" M45 15 Q35 5 30 8" stroke =" var(--coral-bright)" stroke-width =" 2" stroke-linecap =" round" class =" antenna" />
7070 <path d =" M75 15 Q85 5 90 8" stroke =" var(--coral-bright)" stroke-width =" 2" stroke-linecap =" round" class =" antenna" />
7171 <!-- Eyes -->
72- <circle cx =" 45" cy =" 35" r =" 6" fill =" var(--bg-deep) " class =" eye" />
73- <circle cx =" 75" cy =" 35" r =" 6" fill =" var(--bg-deep) " class =" eye" />
74- <circle cx =" 46" cy =" 34" r =" 2" fill =" var(--cyan-bright) " class =" eye-glow" />
75- <circle cx =" 76" cy =" 34" r =" 2" fill =" var(--cyan-bright) " class =" eye-glow" />
72+ <circle cx =" 45" cy =" 35" r =" 6" fill =" #050810 " class =" eye" />
73+ <circle cx =" 75" cy =" 35" r =" 6" fill =" #050810 " class =" eye" />
74+ <circle cx =" 46" cy =" 34" r =" 2" fill =" #00e5cc " class =" eye-glow" />
75+ <circle cx =" 76" cy =" 34" r =" 2" fill =" #00e5cc " class =" eye-glow" />
7676 <defs >
7777 <linearGradient id =" lobster-gradient" x1 =" 0%" y1 =" 0%" x2 =" 100%" y2 =" 100%" >
7878 <stop offset =" 0%" stop-color =" var(--logo-gradient-start)" />
You can’t perform that action at this time.
0 commit comments