mkasberg / script-seed

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

Add Dark Mode #39

Closed mkasberg closed 4 years ago

mkasberg commented 4 years ago

Add Dark mode to https://mkasberg.github.io/script-seed/. Similar to what Hacktoberfest does with the switch on their site: https://hacktoberfest.digitalocean.com/

There should be a toggle to switch between light and dark modes.

This shouldn't be terribly hard to implement because the website itself is very simple. It's a single HTML file index.html and a single JS file main.js with a small CSS file style.css. The HTML file also pulls in a highlightjs syntax highlighting style. Consider using one style for light mode and another for dark mode - you can find additional styles at https://highlightjs.org/.

rahuldhangar commented 4 years ago

@mkasberg Hi, I am interested in working this out for you. Can you assign this task to me?

rahuldhangar commented 4 years ago

@mkasberg I've added the Dark Mode toggle and modified CSS & JS in PR request #41 Please check the screenshot below and and consider merging it or add label "hacktoberfest-accepted" if they're ok. image

mkasberg commented 4 years ago

Thanks for your contribution! Looks great!

mkasberg commented 4 years ago

Fixed by #41