/*
Theme Name: Ema's Graphic Design Portfolio
Theme URI: 
Author: Emma Vega
Author URI: 
Description: This is my Graphic Design Portfolio.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simple-portfolio
Tags: 
*/


.wp-block-post-featured-image img,
.wp-block-button__link  {
	transition: opacity 0.5s ease;
}

.wp-block-navigation-item__label  {
	transition: all 0.5s ease;
}

.wp-block-post-featured-image img:hover {
  opacity: 0.5; 
}

.wp-block-button__link:hover {
  opacity: 0.5; 
}

.wp-block-navigation-item__label:hover {
  color: #D19AED; 
}

a:where(:not(.wp-element-button)){ 
	text-decoration: none;
}

a:where(:not(.wp-element-button)) {
	transition: opacity 0.5s ease;
}
a:where(:not(.wp-element-button)):hover {
	opacity: 0.5;
}