Yes Chef Studio

Fade non-hovered links

A fun animation where hovering over links will fade out all the items except the hovered item.

 <style> 

.link-wrapper:has(.link-item:hover) .link-item {	

opacity: 0.5

}

.link-item:hover {	

opacity: 1 !important;

}

</style>