/* When the HTML element has the 'dark' class */ html.dark { background-color: #0f172a; } /* When the HTML element does NOT have the 'dark' class */ html:not(.dark) { background-color: #f8fafc; }