crystal-lang / crystal-website

crystal-lang.org website
61 stars 77 forks source link

Fix platform logos in dark mode #756

Closed GeopJr closed 7 months ago

GeopJr commented 7 months ago

In dark mode, due to the platform logos being in img elements, they do not inherit the text color.

image

This PR fixes it in a hacky(?) way, by inverting their color in dark mode

image

netlify[bot] commented 7 months ago

Deploy Preview for crystal-website ready!

Name Link
Latest commit c432b978bd457d254552bf490bf9665a3b569518
Latest deploy log https://app.netlify.com/sites/crystal-website/deploys/660549518ee3570008b3e1ad
Deploy Preview https://deploy-preview-756--crystal-website.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

GeopJr commented 7 months ago

On a second look, it seems that it was already supposed to do that but the greyscale filter overrode it

Instead I made the greyscale filter active only on not dark mode