From 98d0efc26c77a4e5cf3bdf4119d033d0b2e1004f Mon Sep 17 00:00:00 2001 From: Mastan Sayyad Date: Tue, 25 Jun 2024 09:48:51 +0530 Subject: [PATCH] Update globals.css --- website3.0/src/app/globals.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website3.0/src/app/globals.css b/website3.0/src/app/globals.css index 128d29c4..a725a687 100644 --- a/website3.0/src/app/globals.css +++ b/website3.0/src/app/globals.css @@ -23,10 +23,11 @@ body { width: 100%; height: 9px; z-index: 9999; + background-color: rgb(255, 209, 103); } .scroll-progress-bar { height: 100%; - background-color: #ff2f2f; + background-color: #ff4000; } \ No newline at end of file