/*
Theme Name: ExecutionProjet V2
Theme URI: 
Author: Tanguy El Mouahidine
Author URI: 
Description: Thème WordPress Block Theme pour le site ExecutionProjet
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
Version: 2.1.0
Text Domain: executionprojetv2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, block-styles, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks

*/

/*Supression du Block Gap apres le Header */

.wp-site-blocks > header + * {
    margin-block-start: 0;
}


a {
    text-decoration-thickness: 0.5px;
    text-decoration-color: var(--wp--preset--color--primary);
}

a:hover,
a:focus {
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
}


h3 {
    text-underline-offset: 0.25ch;
}

.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
    opacity: 1;
}
