/*
Theme Name: Hall of Champions
Theme URI: 
Author: Scott Meyers
Author URI: 
Description: Custom theme for the NCAA Hall of Champions
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 5.7
Version: 
Text Domain: hall-of-champions
Tags: 
*/

/* Hover color for i.e. buttons (not sure this does anything?) */
.button-hover-bg-primary .wp-element-button:hover {
	background-color: var(--wp--preset--color--primary) !important;
}


/* Adding some minor flavor to the navigation... if navs start acting funny remove this (the block system is really deficient here, would prefer to have settings in theme.json) */
.wp-block-navigation-item:hover {
	color: var(--wp--preset--color--accent-one);
}

.wp-block-navigation__responsive-container.is-menu-open {
	padding-right: 1rem;
}