Dark mode
Enabling Dark Mode
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dark Mode Example</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/enioaiello/atomix/dist/atomix.min.css">
</head>
<body class="dark">
<h1>Welcome to Dark Mode</h1>
<p>Your website now has a dark theme!</p>
</body>
</html>How It Works
Toggling Dark Mode with JavaScript
Last updated