Skip to content

Improve Related Links hover/focus styling on Schemas page#250

Merged
GsCommand merged 1 commit into
mainfrom
codex/update-hover-state-for-related-links
May 21, 2026
Merged

Improve Related Links hover/focus styling on Schemas page#250
GsCommand merged 1 commit into
mainfrom
codex/update-hover-state-for-related-links

Conversation

@GsCommand
Copy link
Copy Markdown
Contributor

Motivation

  • Improve the hover and keyboard focus treatment for the seven "Related links" cards on public/schemas.html so they use a light blue / purple translucent gradient, soft border highlight, and subtle lift that matches the CommandLayer light visual theme and is accessible to keyboard users.

Description

  • Updated public/schemas.html CSS by adding transitions to .cta-card and a scoped interaction selector .schema-card .cta-grid .cta-card:hover, .schema-card .cta-grid .cta-card:focus-visible that applies background: linear-gradient(135deg, rgba(82,152,255,0.10), rgba(99,91,255,0.10)), border-color: rgba(99,91,255,0.35), box-shadow: 0 12px 30px rgba(82,152,255,0.12), and transform: translateY(-2px) so only the Related Links cards are affected and nav/footer remain unchanged.

Testing

  • Ran npm install successfully and npm test which returned all tests passing (26 tests, 0 failures), and attempted npm run build which failed because no build script is defined in package.json.

Codex Task

@vercel
Copy link
Copy Markdown

vercel Bot commented May 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
commandlayer-commandlayer-org Ready Ready Preview, Comment May 21, 2026 8:27pm
commandlayer-org Ready Ready Preview, Comment May 21, 2026 8:27pm
commandlayer-org111 Ready Ready Preview, Comment May 21, 2026 8:27pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant