You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: use brand lime color (#39ff14) for authentic gradient
- Extract brand lime color from CSS (--accent-lime: #39ff14)
- Convert hex #39ff14 to ANSI 256 RGB scale: (1, 5, 0)
- Create gradient from dark green (0,3,0) to brand lime (1,5,0)
- Remove margin stretching to preserve authentic brand colors
- Gradient now matches colors used throughout web UI
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments