From ac59e59ae375cd4f9981158f68d849cf4aa7849c Mon Sep 17 00:00:00 2001 From: TejaswaBedi <92619400+TejaswaBedi@users.noreply.github.com> Date: Sat, 23 Oct 2021 15:14:46 +0530 Subject: [PATCH] Updated style.css Changed background colour . --- Line icon/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Line icon/style.css b/Line icon/style.css index 62cbdd8..0bfd8bd 100644 --- a/Line icon/style.css +++ b/Line icon/style.css @@ -8,7 +8,7 @@ body { justify-content: center; align-items: center; min-height: 100vh; - background: #000; + background: rgb(245, 101, 6); } ul { position: relative;