mirror of
https://github.com/Alvin-Zilverstand/school.git
synced 2026-04-17 18:46:19 +02: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