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

darkmode button #48

Closed acegoal07 closed 4 years ago

acegoal07 commented 4 years ago

the dark-mode button go behinds images

sandoche commented 4 years ago

As documented here you can play on the z-index to make it show again: https://github.com/sandoche/Darkmode.js#debug

.darkmode-toggle {
  z-index: 500;
}