From cde614d2b927b229714c223b48c642c4372f63bd Mon Sep 17 00:00:00 2001 From: Auroja Peshin <11aaurojapeshin@gmail.com> Date: Tue, 17 Oct 2023 11:53:26 +0530 Subject: [PATCH] content here --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)";