/*
Theme Name: NMRA Canada
Theme URI: https://nmracanada.ca
Author: NMRA Canada
Author URI: https://nmracanada.ca
Description: Custom block theme for the National Model Railroad Association Canada, styled after the NMRA British Region site (railroad-red header, blue accents, card-based homepage with quick links, news, membership and convention feature blocks).
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nmra-canada
Tags: block-theme, full-site-editing, custom-colors, custom-menu, one-column, two-columns, footer-widgets

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
 * The header/footer navigation blocks set a white text color so labels are
 * readable on the red/blue bars. That white color otherwise inherits into
 * dropdown submenus, which render on a white background -- making the
 * submenu text invisible. Force dark, readable text inside submenus here.
 */
.wp-block-navigation__submenu-container {
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
}
.wp-block-navigation__submenu-container .wp-block-navigation-item__content,
.wp-block-navigation__submenu-container .wp-block-navigation-item__label {
	color: #232323 !important;
}
.wp-block-navigation__submenu-container .wp-block-navigation-item:hover > .wp-block-navigation-item__content,
.wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
	color: #B0242A !important;
}
