Skip to content

Commit cd176d5

Browse files
authored
fix: use fixed colors for claw mascot eyes (#59)
1 parent d2b323e commit cd176d5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/pages/index.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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)"/>

0 commit comments

Comments
 (0)