superhighfives / pika

An open-source colour picker app for macOS
https://superhighfives.com/pika
MIT License
1.71k stars 55 forks source link

White text on a white background on Pika’s website #86

Closed pepelsbey closed 1 year ago

pepelsbey commented 1 year ago

Describe the bug

The Pika white text on white background is barely visible until all JS is loaded.

It takes around 13s for the background to appear with Slow 3G network throttling in Chrome DevTools, and about 5s on Fast 3G.

To Reproduce

  1. Go to https://superhighfives.com/pika
  2. Wait for the page to load

Expected behavior

Pika text on a contrasting background

Screenshots

image

How it might have been with a small fix:

background-image: linear-gradient(to right, #c321be, #e799c8);

image

superhighfives commented 1 year ago

Oooh, good catch—thanks for flagging, @pepelsbey. Got a review app with a quick fix. Does this resolve the issue? https://superhighfiv-background-zy4ps8.herokuapp.com/pika

pepelsbey commented 1 year ago

Yes it looks like a good quick fix, though I’d use a gradient ;) Thanks!

superhighfives commented 1 year ago

Great, sorted. Thank you!