From 59dfb86674387ac28c1b17b6ab4545b42f8114f8 Mon Sep 17 00:00:00 2001 From: RajatGupta2002 <87117036+RajatGupta2002@users.noreply.github.com> Date: Sat, 23 Oct 2021 14:08:38 +0530 Subject: [PATCH] updated colors updated bg color and heading color --- Loading Animation/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Loading Animation/style.css b/Loading Animation/style.css index 23d6bb0..dd805d4 100644 --- a/Loading Animation/style.css +++ b/Loading Animation/style.css @@ -3,7 +3,7 @@ padding: 0; } body { - background-color: #362222; + background-color: #054858; height: 100vh; width: 100vw; overflow: hidden; @@ -14,7 +14,7 @@ body { align-items: center; } h1 { - color: #ffffff; + color: #6e0606; font-family: sans-serif; position: absolute; top: 0;