.blog-title-hover a {
    transition: color 0.3s ease;
}

.blog-title-hover a:hover {
    color: hsl(var(--primary)) !important;
}