<html class="theme-black">
<head>
</head>
<body>
<div class="root">
Black theme
</div>
</body>
</html>
.theme-black body {
--background: black;
--color: white;
}
.root {
background: var(--background);
color: var(--color);
padding: 30px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.