Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class is toggled on <html>, not <body> #11

Open
webmandesign opened this issue Nov 6, 2024 · 0 comments
Open

Class is toggled on <html>, not <body> #11

webmandesign opened this issue Nov 6, 2024 · 0 comments

Comments

@webmandesign
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant