{
update_gradient(event, post_div);
}}
on:mouseenter={() => {
animateForeground(true, post_div);
title_h1.style.textDecoration = 'underline 2px';
}}
on:mouseleave={() => {
animateForeground(false, post_div);
title_h1.style.textDecoration = '';
}}
>

(updateY = false)}
on:mouseleave={() => (updateY = true)}
/>
{title}
{date}