mirror of
https://github.com/Alvin-Zilverstand/school.git
synced 2026-03-06 13:26:22 +01:00
add challenge 13
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
function toggleDarkMode() {
|
||||
document.body.classList.toggle('dark-mode');
|
||||
}
|
||||
Reference in New Issue
Block a user