From 5eb3da855621684378cf1dad6f9787c99974376a Mon Sep 17 00:00:00 2001 From: RajatGupta2002 <87117036+RajatGupta2002@users.noreply.github.com> Date: Sat, 23 Oct 2021 13:57:21 +0530 Subject: [PATCH] updated background color updated bg color to more significant one. --- Glowing Dot Animation/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Glowing Dot Animation/style.css b/Glowing Dot Animation/style.css index 44fcde5..b5afa5b 100644 --- a/Glowing Dot Animation/style.css +++ b/Glowing Dot Animation/style.css @@ -1,7 +1,7 @@ body { margin: 0; padding: 0; - background: #262626; + background: #58058f; } ul { position: absolute;