SukkaW / DisqusJS

:speech_balloon: Render Disqus comments in Mainland China using Disqus API
https://disqusjs.skk.moe
MIT License
650 stars 56 forks source link

dark mode support #40

Closed chenzhiwei closed 5 months ago

chenzhiwei commented 4 years ago

Do you have plan to support dark mode?

@media (prefers-color-scheme: dark) {
}
SukkaW commented 4 years ago

You could add dark-mode support to your website by yourself. All DisqusJS elements are wrapped inside div#dsqjs and all class names are dsqjs- prefixed. You could even bring up your own theme for DisqusJS.

chenzhiwei commented 4 years ago

yes, i did this for now.

it will be great if this can be implemented in upstrem.

eallion commented 4 years ago

Edit: https://github.com/SukkaW/DisqusJS/issues/75

ljcbaby commented 4 years ago

To be honest, is there no dark mode in DisqusJS itself, or is there something wrong with my site configuration? In the picture, I can only see the text when I select them.

By the way, is it normal that there is "1 comment" showed on the top, but it says empty in follows?

(English is not my native language; please excuse typing errors.)