mirror of
https://github.com/Alvin-Zilverstand/school.git
synced 2026-03-06 11:16:54 +01:00
3 lines
85 B
JavaScript
3 lines
85 B
JavaScript
function toggleDarkMode() {
|
|
document.body.classList.toggle('dark-mode');
|
|
} |