/*
Theme Name: ElderThink
Theme URI: https://github.com/Snook/elderthink
Author: Ryan Snook
Author URI: https://github.com/snook
Description: Custom theme for ElderThink
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: elderthink
Tags: 
*/

/* Rounded submenu with shadow */
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	border-radius: 10px;
	box-shadow: var(--wp--preset--shadow--deep);
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: initial;
}