/*
Theme Name: Tatalie
Theme URI: 
Author: Nathalie Lebas
Author URI: 
Description: Thème du site tatalie.fr, d'après Twenty Twenty Five
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: tatalie
Tags: 
*/

/* Couleur rollover boutons */
:root :where(.wp-element-button:hover, .wp-block-button__link:hover) {
	background-color: #E33546 !important;
}

/* Taille produit meta */
:root :where(.wp-block-woocommerce-product-meta .wp-block-post-terms) {
	font-size: var(--wp--preset--font-size--medium) !important;
}

/* Menu mobile */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > ul > li > a.wp-block-navigation-item__content {
	background-color: #404977;
	color: #FAC612;
	text-transform: uppercase;
	padding: 10px;
}