diff --git a/script.js b/script.js index 07c3393..914c2e5 100644 --- a/script.js +++ b/script.js @@ -1,7 +1,7 @@ -let theme = "light"; +let theme = "dark"; let light = {}; light.background = "linear-gradient(#ADA996, #F2F2F2, #DBDBDB)";