/*
Theme Name: ExecutionProjet V2
Theme URI: 
Author: Tanguy El Mouahidine
Author URI: 
Description: Theme enfant de TwentyTwentyTwo pour le site ExecutionProjet
Requires at least: 5.9
Tested up to: 6.1
Requires PHP: 5.6
Version: 2.0.2
Text Domain: executionprojetv2
Template: twentytwentytwo
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

*/

/*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;
}
