The intro waveform is built from these layers (bottom to top):
intro-animation-wave-bg.png/intro-animation-wave-bg@2x.png(overridden by CSS)- CSS override applied: Replaced with
linear-gradient(180deg, #f5f5f5, #e8e8e8, #d0d0d0)for gray B&W theme - Original PNGs no longer used; remove override in styles.scss to restore image background
intro-animation-bars-bg.png/intro-animation-bars-bg@2x.png- The vertical bar/equalizer pattern
- CSS override applied:
filter: grayscale(1)andopacity: 0.6for B&W theme - Optional: Replace with native grayscale image for crisper result
- Four horizontal wavy lines — stroke color set via CSS (currently #000000)
- No image updates needed
- wave-1 (heart/thumb icons):
intro-animation-orange-dot.png/@2x— orange/yellow gradient - wave-2 (music icons):
intro-animation-purple-dot.png/@2x— purple gradient - SVG versions exist:
intro-animation-orange-dot.svg,intro-animation-purple-dot.svg - CSS override applied: Now using solid colors (#000000, rgb(127, 106, 214)) instead of images
intro-animation-heart.svg— heart icon (has pink/yellow fill)intro-animation-thumb.svg— thumbs-up iconintro-animation-music-1.svg,intro-animation-music-2.svg,intro-animation-music-3.svg— musical note icons- To match palette: Update fills to white (#ffffff) for icons on dark circles
- Semi-transparent overlay — already adjusted for white background