From 7118640245014ee950dfc36e03d30f30a2cfdd06 Mon Sep 17 00:00:00 2001 From: tharindususl <124758477+tharindususl@users.noreply.github.com> Date: Wed, 26 Jul 2023 18:32:10 +0530 Subject: [PATCH] changed the background color --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index 9b8528455cf7..a2a2dfaa8433 100644 --- a/styles.css +++ b/styles.css @@ -1,6 +1,7 @@ * { margin:0px; padding:0px; + background-color: bisque; } #octocat {