diff --git a/css/style.css b/css/style.css index cb5ed8b..3c64b30 100644 --- a/css/style.css +++ b/css/style.css @@ -243,7 +243,7 @@ form .annotation { text-decoration: none; } -.card-link:hover .post-title { +.card-link:hover .post-title, .card-link:hover .post-details { transition: color 0.3s ease; color: var(--hover-color); }