Commit Graph

2 Commits

Author SHA1 Message Date
Jeff Emmett 5114b53f0d fix: add xmlns attribute to all SVGs and remove leftover class attrs
SVGs loaded via <img> tags require xmlns="http://www.w3.org/2000/svg"
to render in browsers. Also removed leftover class="my-6" from HTML
extraction and fixed invalid fill="cadcad-blue" in YouTube SVGs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 14:05:49 +00:00
Jeff Emmett bae91a2207 Fix colors, icons, and background to match original cadcad.org exactly
- cadcad-blue is #161645 (dark navy), NOT #16ABF9 (that's the logo accent)
- cadcad-lightblue is #55D0FF (soft sky blue), hover is #21c0fc
- Hero background uses original cadcad_Bg.png (dark navy with hexagonal geometry)
- Fixed all SVG icons: fill="currentColor" replaced with explicit colors
  - Nav icons: white variant for dark header, gray for scrolled white header
  - Getting started icons: dark navy (#161645)
- Logo: separate white SVG variant instead of CSS brightness hack
- Use case numbers: outlined circles (border-cadcad-lightblue) not filled
- Community button: text-gray-800 on lightblue bg (matches original)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 13:59:40 +00:00