Use Font Awesome for hamburger menu icon

Replace Bootstrap navbar-toggler-icon SVG with fa-solid fa-bars
in mainmenu.php. Update .container-header .navbar-toggler CSS to
use --mainmenu-nav-link-color for color and border.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-04 15:33:22 -05:00
parent 0cda4a6844
commit 6f72b0ffcd
2 changed files with 4 additions and 2 deletions

View File

@@ -14477,7 +14477,9 @@ li.current a {
}
.container-header .navbar-toggler {
color: var(--mainmenu-nav-link-color, #e6ebf1);
color: var(--mainmenu-nav-link-color, #fff);
border-color: var(--mainmenu-nav-link-color, #fff);
font-size: 1.25rem;
cursor: pointer;
}