/*
Theme Name: Chanson
Theme URI: https://wordpress.com/themes/chanson/
Description: Chanson is an homage to Édith Piaf. It is direct and undisguised, echoing a somewhat simpler time when webpages were just hypertext documents—without ornament nor unnecessary adorn, straightforward and classic.
Version: 1.0.3
Author: Automattic
Author URI: https://automattic.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chanson
*/

/*
* Control the hover stylings of outline block style.
*/
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):hover {
	background-color: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--base);
}