/*
Theme Name: Innate
Theme URI: 
Author: Innate
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
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: innate
Tags: 
*/

/* Singular post/page body from core/post-content */
.wp-block-post-content a:not(.wp-element-button):not(.wp-block-button__link),
/* Links inside heading blocks (h1–h6) — not covered by .wp-block-paragraph */
.wp-block-heading a:not(.wp-element-button):not(.wp-block-button__link),
/* Lists in content */
.wp-block-post-content .wp-block-list a:not(.wp-element-button):not(.wp-block-button__link) {
	text-decoration: none;
}

.wp-block-post-content a:hover:not(.wp-element-button):not(.wp-block-button__link),
.wp-block-heading a:hover:not(.wp-element-button):not(.wp-block-button__link),
.wp-block-post-content .wp-block-list a:hover:not(.wp-element-button):not(.wp-block-button__link) {
	text-decoration: none;
}

a{
	color: #b7a49b;
}

a:hover{
	color: #101010;
	text-decoration: none!important;
}

:root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover){
	text-decoration: none!important;
	color: #101010;
}