From 4801571b539ec89d72240ae1a9cb56281e96448b Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Sat, 4 Apr 2026 14:24:23 -0500 Subject: [PATCH] Fix main menu link color in header and back-to-top functionality Main menu links in the header now explicitly use --mainmenu-nav-link-color via .container-header .nav-link selector, preventing the generic --nav-link-color from bleeding through when variables resolve to the body link color. Back-to-top link: - Switch icon from IcoMoon (icon-arrow-up) to Font Awesome (fa-solid fa-arrow-up) for consistency with the rest of the template. - Add id="top" to the header element so the href="#top" fallback works even when JavaScript is disabled. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/index.php | 4 ++-- src/media/css/template.css | 11 ++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/index.php b/src/index.php index a7d682a..a85f013 100644 --- a/src/index.php +++ b/src/index.php @@ -367,7 +367,7 @@ $wa->useScript('user.js'); // js/user.js -