From b70eb4a0fd963dd3e36bbe681bc8269b3ebbcf8d Mon Sep 17 00:00:00 2001 From: CJ Yetman Date: Thu, 16 Oct 2025 18:36:12 +0200 Subject: [PATCH] fix the Navbar color so that it's blue --- src/App.css | 2 +- src/components/PageLayout.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index 5ce1d6b..8fbf717 100644 --- a/src/App.css +++ b/src/App.css @@ -6,7 +6,7 @@ .navbarStyle { padding: .75rem 1.5rem !important; - background-color: white !important; + background-color: var(--color-bluespruce) !important; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); } diff --git a/src/components/PageLayout.jsx b/src/components/PageLayout.jsx index 354cdf0..f09174e 100644 --- a/src/components/PageLayout.jsx +++ b/src/components/PageLayout.jsx @@ -20,7 +20,7 @@ export const PageLayout = (props) => { return ( <> - + Relai Suggestions