/* Site-wide website overrides (see hooks.web_include_css), mirroring pya_web.js's scope — every
   framework website page, not just the .pya-portal ones covered by pya_portal_styles.html. */

/* Core's .navbar-light .navbar-toggler .icon (frappe/public/scss/website/navbar.scss) zeroes the
   icon's stroke to "none". The hamburger icon is drawn entirely in stroke lines with no fill, so that
   leaves the mobile menu button showing nothing at all — restore it, in the PYA accent green so it's
   clearly visible against the light navbar. */
.navbar-light .navbar-toggler .icon {
	stroke: #1f6b3f;
}
