From 942d5c8f40b650d21eb4ad44d8d7eb894f0a1957 Mon Sep 17 00:00:00 2001 From: TejaswaBedi <92619400+TejaswaBedi@users.noreply.github.com> Date: Sat, 23 Oct 2021 14:52:15 +0530 Subject: [PATCH] Updated style.css Changed background colour regarding theme. --- Isometric social media icon/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Isometric social media icon/style.css b/Isometric social media icon/style.css index 3b4a4a3..4f00435 100644 --- a/Isometric social media icon/style.css +++ b/Isometric social media icon/style.css @@ -8,7 +8,7 @@ body { justify-content: center; align-items: center; min-height: 100vh; - background: #222; + background: rgb(118, 75, 134); } ul {