From 705b58a54ed7eab0663cfc31ff819a624502df2a Mon Sep 17 00:00:00 2001 From: Duminda Date: Sat, 13 Aug 2022 14:21:32 +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..881c903b26b0 100644 --- a/styles.css +++ b/styles.css @@ -1,6 +1,7 @@ * { margin:0px; padding:0px; + background-color: beige; } #octocat {