sandoche / Darkmode.js

🌓 Add a dark-mode / night-mode to your website in a few seconds
https://darkmodejs.learn.uno
MIT License
2.72k stars 176 forks source link

Reduce if checks and const by using Object assign #21

Closed NaveenDA closed 4 years ago

sandoche commented 4 years ago

Looks very good to me, need to do some tests and I'll merge it!

NaveenDA commented 4 years ago

Do I need to write a test or else will write?

sandoche commented 4 years ago

If you can yes, otherwise I'll test manually. it's mostly the automated darkmode with prefers-color-scheme: dark that I need to test again to see if your changes didn't break.