dark-mode-toggle-block icon indicating copy to clipboard operation
dark-mode-toggle-block copied to clipboard

Class is toggled on `<html>`, not `<body>`

Open webmandesign opened this issue 11 months ago • 0 comments

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?

webmandesign avatar Nov 06 '24 16:11 webmandesign