From 7b02750d5098a067a6c5bddde23b083f8223aa08 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Tue, 23 Jun 2026 12:25:44 +0200 Subject: [PATCH] fix(a11y): improve color contrast in mobile navigation - Increased background opacity from bg-white/75 to bg-white/95 - Updated text colors to text-neutral-dark to meet 4.5:1 contrast ratio requirement --- components/layout/MobileBottomNav.tsx | 6 +- reports/lighthouse.txt | 13257 ++++++++++++++++++++++++ 2 files changed, 13260 insertions(+), 3 deletions(-) create mode 100644 reports/lighthouse.txt diff --git a/components/layout/MobileBottomNav.tsx b/components/layout/MobileBottomNav.tsx index 9f978425c..d1b2706f7 100644 --- a/components/layout/MobileBottomNav.tsx +++ b/components/layout/MobileBottomNav.tsx @@ -95,7 +95,7 @@ export function MobileBottomNav({ navLinks, currentLocale }: MobileBottomNavProp return ( <>
-