you are viewing a single comment's thread
view the rest of the comments
[–] 26 points 2 years ago* (1 child)

But why the buttons? Just use

media (prefers-color-scheme: dark) {}

done. The js-solution doesn't seem to auto-adapt for me.

  • source
  • hideshow 1 child comment
  • [–] 2 points 2 years ago

    Because, even though I use dark mode system-wide, I sometimes want to use websites in light mode. Until browsers implement a per-site toggle for the preferred color scheme, websites should offer one instead.

  • source
  • parent