diff --git a/CLAUDE.md b/CLAUDE.md index e27650c..3c50a32 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -100,7 +100,18 @@ src/app/ When replacing a page or component with a new version, move the old one to an `_archive/` subdirectory (e.g., `src/app/(marketing)/_archive/` for old homepage iterations). The archive is excluded from TypeScript compilation via `tsconfig.json`. ### Dark Mode -Dark mode uses the `data-theme="dark"` HTML attribute (not Tailwind's `dark:` class). An inline `