From c0df420e82ab31b9eaaa725e6cf8c57dfb040d5f Mon Sep 17 00:00:00 2001 From: p-mansi Date: Wed, 29 Jan 2025 22:11:32 +0530 Subject: [PATCH 1/2] changing the background color --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index b1a4e3b87..3ec7ad769 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ .blue { - background-color:blue + background-color:rgb(20, 20, 154) } .circle{ border-radius:50%; From 753b83f2892670b4652f918a907cf5a7e1260fbb Mon Sep 17 00:00:00 2001 From: p-mansi Date: Wed, 29 Jan 2025 22:20:05 +0530 Subject: [PATCH 2/2] background color changed --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 3ec7ad769..e26e677a9 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ .blue { - background-color:rgb(20, 20, 154) + background-color:rgb(78, 78, 113) } .circle{ border-radius:50%;