remix-run / remix-website

322 stars 72 forks source link

Fix color contrast on homepage #274

Closed IHIutch closed 2 months ago

IHIutch commented 2 months ago

This cleans up a few last details on the homepage that were caught Google Lighthouse. Now testing at 100% using Lighthouse.

Related: #148 and PR https://github.com/remix-run/remix-website/pull/271

Also fixes a minor hover bug on the LayoutButton's

IHIutch commented 2 months ago

BSOD Before:

Screenshot 2024-06-11 at 10 27 35 PM

BSOD After:

Screenshot 2024-06-11 at 10 49 44 PM

LayoutButtons Before:

Screenshot 2024-06-11 at 10 27 20 PM

LayoutButtons After:

Screenshot 2024-06-11 at 10 40 13 PM