From 09d42ba2a9a59f654cbc9451410cd3f5efbcbad5 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 28 Jun 2026 17:32:05 -0500 Subject: [PATCH] fix: style mobile menu per spec Per the user's spec, the mobile menu is: - Dark navy background, white links, 95% viewport width - Parent items (those with child links) get an orange chevron - Child items get an orange border; nothing else gets any border - Bottom of menu has a Contact link styled as a button and social icons Changes: 1. Menu CSS (styles/navigation/nav-mobile-sliding.css): - Switch the menu background from white to bg-cwc-blue-02 (dark navy) - Switch menu item text from black to white - Hide the existing .menu-vdi__submenu and show the children inline under their parent with a 2px orange border, rounded corners, and white text - Style the existing chevron SVG inside the parent