feat: add version click flash animation with colored easter egg, darken light mode wells
All checks were successful
check / check (push) Successful in 13s

- Version number clicks now trigger copy-flash animation
- After 5 clicks, each additional click flashes a different bright
  saturated color (hot pink, vivid green, electric blue, orange, purple)
- 10th click reveals debug well as before
- Wells in light mode darkened from #f5f5f5 to #e8e8e8 for better
  contrast with white background

Addresses additional requirements from issue #144 comments.
This commit is contained in:
clawbot
2026-03-01 12:28:32 -08:00
parent 9a18d6b52f
commit 756883dde4
2 changed files with 43 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
--color-border: #000000;
--color-border-light: #cccccc;
--color-hover: #eeeeee;
--color-well: #f5f5f5;
--color-well: #e8e8e8;
--color-danger-well: #fef2f2;
--color-section: #dddddd;
}