Dark Mode Demo (Class Toggle)

Click the button below to toggle dark mode. This uses JavaScript to add/remove the 'dark' class from the `<html>` tag.

This content also changes with the theme!

Current mode: Light

(To see the `dark:` prefixed classes in action, inspect the `<html>` element and observe the 'dark' class being added/removed.)