From d74c3f7fb1942bb5802fe8d3541af0e18bf365fc Mon Sep 17 00:00:00 2001 From: msabareesh92 Date: Sat, 25 May 2024 11:44:38 +0530 Subject: [PATCH 1/3] modified the bg color --- style/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/main.css b/style/main.css index ea3cb19fca..80d3cfa1da 100644 --- a/style/main.css +++ b/style/main.css @@ -2,7 +2,7 @@ html, body { margin: 0; padding: 0; - background: #faf8ef; + background: #eec920; color: #776e65; font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif; font-size: 18px; } From 15a04e55bf2ad04e3a2c2f7c2f528896565d6bfc Mon Sep 17 00:00:00 2001 From: msabareesh92 Date: Mon, 27 May 2024 11:04:35 +0530 Subject: [PATCH 2/3] modified the bg color to white --- style/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/main.css b/style/main.css index 80d3cfa1da..80b5eba033 100644 --- a/style/main.css +++ b/style/main.css @@ -2,7 +2,7 @@ html, body { margin: 0; padding: 0; - background: #eec920; + background: #ecebe6; color: #776e65; font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif; font-size: 18px; } From fc795e6086d0aea6d22cd18693b32001b9d97d96 Mon Sep 17 00:00:00 2001 From: msabareesh92 Date: Mon, 27 May 2024 11:11:53 +0530 Subject: [PATCH 3/3] changed the Bg color --- style/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/main.css b/style/main.css index 80b5eba033..b44a66920a 100644 --- a/style/main.css +++ b/style/main.css @@ -2,7 +2,7 @@ html, body { margin: 0; padding: 0; - background: #ecebe6; + background: #80f865; color: #776e65; font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif; font-size: 18px; }