Skip to content

fix(footer): logo hover colour + IFCN alignment (#57)#62

Draft
koechkevin wants to merge 1 commit into
mainfrom
fix/footer-logos-57
Draft

fix(footer): logo hover colour + IFCN alignment (#57)#62
koechkevin wants to merge 1 commit into
mainfrom
fix/footer-logos-57

Conversation

@koechkevin

@koechkevin koechkevin commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes the footer branding logos (#57):

  • Hover reveals actual colour — the footer PesaCheck and IFCN logos were greyscaled with no hover state. Added grayscale → hover:grayscale-0 (matching the allies/partners pattern) so they show their real colour on hover.
  • IFCN alignment — the IFCN badge was h-24 (≈96px), towering over the PesaCheck (~52px) / CFA (32px) logos. Shrunk to h-14 so it aligns with the branding row.

Verification

Ran the app and confirmed via getComputedStyle that the hover filter transitions grayscale(1) → grayscale(0), plus screenshots of the default vs hover and the new IFCN sizing.

Notes

Closes #57

- Add grayscale→colour hover to the footer PesaCheck and IFCN logos
- Shrink the IFCN badge (h-24 → h-14) so it aligns with the branding-row
  logos instead of towering over them
@vercel

vercel Bot commented Jul 17, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
pesacheck-ui Ready Ready Preview, Comment Jul 17, 2026 10:29am

Request Review

@koechkevin koechkevin self-assigned this Jul 17, 2026
@koechkevin
koechkevin marked this pull request as draft July 17, 2026 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PesaCheck UI | Fix | Footer - Logos hover state fix and alignment

1 participant