From ff49ebda12356819cc53126c4fd576a3d338621f Mon Sep 17 00:00:00 2001 From: akarimfox Date: Mon, 11 May 2020 20:35:16 +0600 Subject: [PATCH] background color is changed in styles css --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index 9b8528455cf7..ab67839e3a31 100644 --- a/styles.css +++ b/styles.css @@ -1,6 +1,7 @@ * { margin:0px; padding:0px; + background-color: purple; } #octocat {