hugo-theme-noteworthy/static/js/custom.js

5 lines
78 B
JavaScript
Raw Normal View History

function toggleDarkMode() {
document.body.classList.toggle("dark-mode");
}