sandoche / Darkmode.js

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

Emojis are Inverting #107

Closed colvdv closed 2 months ago

colvdv commented 3 months ago

I absolutely love this project! The only thing stopping me from implementing it is that it effects the emojis also, something I want excluded.

There are a few other closed issues regarding the same but I didn't find a solution from them.

Assistance is greatly appreciated!

My site is super simple built on HTML and CSS. I'm not super savvy when it comes to coding which is what lead me to this project in the first place, but I can follow instructions fairly simply. Thanks in advance!

colvdv commented 2 months ago

Solution: Use darkmode-ignore class like so:

<span class="darkmode-ignore">😬</span>

Thank you @codedgar for pointing this out to me! Works like a charm!