diff --git a/darkmode.js b/darkmode.js new file mode 100644 index 00000000..d3849a6c --- /dev/null +++ b/darkmode.js @@ -0,0 +1,3 @@ +function toggleDarkMode() { + document.body.classList.toggle('dark-mode'); +} diff --git a/darkmodes.png b/darkmodes.png new file mode 100644 index 00000000..a8e39eb0 Binary files /dev/null and b/darkmodes.png differ diff --git a/index.html b/index.html index cd7a80c8..c867f0fc 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,5 @@ +
@@ -21,6 +22,7 @@ + @@ -85,6 +87,8 @@ 0 + +