From af9a8f5fccc254353e7a3b4bd7165adf97c9d2f3 Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Tue, 8 Apr 2025 16:55:23 +0200 Subject: [PATCH] improve card hover effect --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }