/*
Theme Name: fanelli
Theme URI: 
Author: Convesio
Author URI: 
Description: Child theme for Tom Fanelli
Requires at least: 6.9.1
Tested up to: 7.0-beta2-61775
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: ollie
Text Domain: fanelli
Tags: 
*/

/* Post title link style - thick coral underline */
.wp-block-post-title a,
.wp-block-query .wp-block-post-title a,
.wp-block-post-template .wp-block-post-title a,
.has-primary-accent-background-color .wp-block-post-title a {
	text-decoration: underline !important;
	text-decoration-thickness: 0.3em !important;
	text-underline-offset: 0.15em !important;
	text-decoration-color: var(--wp--preset--color--highlighter, #F5A99C) !important;
	text-decoration-skip-ink: none !important;
	-webkit-text-decoration-skip-ink: none !important;
}

.wp-block-post-title a:hover,
.wp-block-query .wp-block-post-title a:hover,
.wp-block-post-template .wp-block-post-title a:hover,
.has-primary-accent-background-color .wp-block-post-title a:hover {
	text-decoration-color: #ee806f !important;
}

.wp-block-navigation a {
	text-decoration: none !important;
}

/* Highlighter button style */
.wp-block-button.is-style-highlighter .wp-block-button__link {
	background-color: var(--wp--preset--color--highlighter) !important;
	color: var(--wp--preset--color--main) !important;
	border-radius: 0;
	font-weight: 600;
}

.wp-block-button.is-style-highlighter .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--primary) !important;
	color: var(--wp--preset--color--base) !important;
}



