mapbox / batfish

A static-site generator for React and Markdown
ISC License
126 stars 17 forks source link

Make the site URL color more legible #342

Closed chrisbrainerd closed 1 year ago

chrisbrainerd commented 4 years ago

Right now when something spins up and it says Access your site at _____, the site URL is done in chalk.bold.magenta (https://github.com/mapbox/batfish/blob/main/src/node/server-init-message.js#L23)

On a dark terminal background, this is pretty much illegible for me unless it's a pretty large size: image

That foreground/background combo has a color ratio of 1.62:1 - we should be shooting for 4.5:1 for small text like this.

image