/*
 Theme Name:   AGA Chapters
 Theme URI:    https://aga.yokoco.dev
 Description:  Child theme of the AGA Main Block Theme created for the Chapter sites.
 Author:       Yoko Co <developer@yokoco.com>
 Author URI:   https://www.yokoco.com
 Template:     yoko-aga-main
 Version:      1.0.2
*/

/* DEFAULT BANNER */
.default-page-banner .wp-block-button a.wp-block-button__link {
	background-color: var(--wp--preset--color--bg-secondary-accent);
    	border-color: var(--wp--preset--color--bg-secondary-accent);
	width: fit-content;
}
.default-page-banner .wp-block-button a.wp-block-button__link:hover {
	background-color: var(--wp--preset--color--accent-secondary);
	border-color: var(--wp--preset--color--accent-secondary);
}
/****/