From 56ec5e6b4fe711b470f07c8e820f014d2ca9b0ab Mon Sep 17 00:00:00 2001 From: Abhishek-surya Date: Fri, 6 Dec 2024 12:45:06 +0530 Subject: [PATCH] Update style.css Updated the background colour from aqua to blue --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 9e280a2..8ed757a 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,3 @@ p{ - background-color: aqua; -} \ No newline at end of file + background-color: blue; +}