I\'m using the function below to toggle dark mode in CSS. It uses document.body.setAttribute to add the attribute data-theme="dark" to th
document.body.setAttribute
data-theme="dark"