dark-mode-toggle-block
dark-mode-toggle-block copied to clipboard
Class is toggled on `<html>`, not `<body>`
If I understand correctly, the theme-dark class should be toggled on the <body> HTML element.
Instead it is currently toggled on the <html> element (document.documentElement).
Possibly document.body should be used to fix the issue?