diff --git a/index.html b/index.html
index 4103a2e..1057b0c 100644
--- a/index.html
+++ b/index.html
@@ -51,8 +51,8 @@
let navigation = document.querySelector('.navigation')
- /*body.classList.toggle('dark')
- dayNight.classList.toggle('active')*/
+ body.classList.toggle('dark')
+ dayNight.classList.toggle('active')
dayNight.onclick=function(){
body.classList.toggle('dark')
diff --git a/style.css b/style.css
index 9eed234..e08b2aa 100644
--- a/style.css
+++ b/style.css
@@ -441,4 +441,4 @@ body
align-items: center;
min-height: 100vh;
background: var(--white);
-}
+}
\ No newline at end of file