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

Nav bar #40

Closed acegoal07 closed 3 years ago

acegoal07 commented 4 years ago

The dark mode doesn’t change the colour of my nav bar no matter what I do.

example page(scroll as far down as possible and turn on dark mode)

https://acegoal07.github.io/web/issues.html

acegoal07 commented 4 years ago

".darkmode-layer, .darkmode-toggle {z-index: 500;} " will fix the issue with nav bar but it causes any images to turn inverted when you enter darkmode.