diff --git a/index.html b/index.html index 71d982c..cad2ec9 100644 --- a/index.html +++ b/index.html @@ -9,8 +9,8 @@ - Hangman - + WORDs + @@ -26,14 +26,14 @@
@@ -69,6 +69,7 @@ if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) { document.body.classList.add('dark'); + document.querySelector("#theme-switch").innerHTML = "🌙"; } function switchMode(el) {