Conversation
Dark theme with grid background, green accent, animated badge, feature cards (AEO files, Human/AI widget, multi-framework), framework tags, and proper OG meta tags. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Docs PreviewPreview URL: https://feat-landing-page.aeojs.pages.dev This preview was deployed from the latest commit on this PR. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: adb316ea61
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| } | ||
| footer p { | ||
| font-size: 0.65rem; | ||
| color: #38383F; |
There was a problem hiding this comment.
Raise footer copy contrast to remain readable
The redesigned footer sets font-size: 0.65rem with color: #38383F on a #08080A background, which yields very low contrast (~1.7:1) and makes the attribution text effectively unreadable for many users (especially low-vision users or dim displays). Because this text is small body content, it should meet normal-text contrast levels; otherwise key links in the footer become hard to discover/use.
Useful? React with 👍 / 👎.
Summary
Test plan
🤖 Generated with Claude Code