From 5b4ba192f8a7d405c7070f0276cd66bff96699dd Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 16 Apr 2026 15:27:05 +0200 Subject: feat: add card component with hover lift and glow effects - Add .card base component with border, rounded corners, glow shadow - Add .card:hover state with translateY(-2px) lift and enhanced glow - Add .card-image, .card-body, .card-title, .card-excerpt, .card-footer semantic classes - Refactor article-list-item.html to use card component classes - Rebuild CSS: main.min.css updated Co-Authored-By: Claude Haiku 4.5 --- .../danix-xyz-hacker/layouts/partials/article-list-item.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'themes/danix-xyz-hacker/layouts/partials/article-list-item.html') diff --git a/themes/danix-xyz-hacker/layouts/partials/article-list-item.html b/themes/danix-xyz-hacker/layouts/partials/article-list-item.html index 29f8d2b..d473e9a 100644 --- a/themes/danix-xyz-hacker/layouts/partials/article-list-item.html +++ b/themes/danix-xyz-hacker/layouts/partials/article-list-item.html @@ -13,14 +13,14 @@ {{ end }} {{ end }} -