From dd374fe0e6db8ad627db81c2c3ba48a7d4cee34c Mon Sep 17 00:00:00 2001 From: Games4Doritos Date: Thu, 19 Mar 2026 16:48:45 +0800 Subject: [PATCH] Refined navbar - Removed roundedness to the navbar border, this is to stay consistent with the sharp, non-rounded style of the website (we can discuss if you disagree) - Added a width for the navbar's bottom border - Changed the navbar's background colour from background to landingCard, which will contrast better with the pages and not blend in with the background like previously --- client/src/components/main/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/main/Navbar.tsx b/client/src/components/main/Navbar.tsx index d0d7946..a2eb3a7 100644 --- a/client/src/components/main/Navbar.tsx +++ b/client/src/components/main/Navbar.tsx @@ -25,7 +25,7 @@ export default function Navbar() { return ( <> -
+