The new light-dark() function to switch theme color in CSS
October 18, 2023 — We have many ways to switch between light and dark themes on the web. We can use JavaScript to switch between themes or we can use the prefers-color-scheme
media query in CSS to switch between themes based on the user’s system preference.