mkasberg / script-seed

🌱 Seed scripts for popular (& unpopular) scripting languages.
https://mkasberg.github.io/script-seed/
MIT License
11 stars 23 forks source link

Improve Link Contrast in Light Mode (CSS) #66

Closed mkasberg closed 3 years ago

mkasberg commented 3 years ago

https://mkasberg.github.io/script-seed/

Our default theme is the dark theme, and the page looks great. Don't change the dark theme.

When you switch to the light theme (there's a toggle on the page), the links at the bottom are hard to see:

image

Edit the CSS so the links are easier to read in light mode. We could either make the footer background lighter in light mode, or make the link text darker in light mode. Note that we switch between dark and light mode by adding or removing the dark class from the body: https://github.com/mkasberg/script-seed/blob/c6a6ed47521865c6c0dbaac9bd701922f0d2d45f/main.js#L128-L136

harmeet01singh commented 3 years ago

I am interested in this.