From 08b8382bc795cb19d3965d28ef6ffef1425b4e73 Mon Sep 17 00:00:00 2001 From: keshav632003 <78417456+keshav632003@users.noreply.github.com> Date: Sat, 23 Oct 2021 14:48:23 +0530 Subject: [PATCH] updated style.css changed background color --- ScrollAnimation/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScrollAnimation/style.css b/ScrollAnimation/style.css index 3bc586e..b8e1274 100644 --- a/ScrollAnimation/style.css +++ b/ScrollAnimation/style.css @@ -6,7 +6,7 @@ body { font-family: sans-serif; text-align: center; color: white; - background-color: #4a403a; + background-color: #380000;; width: 100vw; overflow-x: hidden !important; overflow-y: auto;