From 9d1b6dee52a3072147fa83bfe14b52d8613e14be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 22 Feb 2026 09:26:19 +0100 Subject: [PATCH] Revert "refactor: remove redundant post-grid-item.animated visibility class" This reverts commit 93625b04197b8b49077f57ce3ccc7be0acb3ecb9. --- assets/css/tailwind.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 8ac926c..23c4614 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -216,3 +216,7 @@ .animate-fadeInUp { animation: fadeInUp 0.5s ease-out forwards; } + +.post-grid-item.animated { + opacity: 1; +}