]> danix's work - danix.xyz-2.git/commit
feat: add card component with hover lift and glow effects
authorDanilo M. <redacted>
Thu, 16 Apr 2026 13:27:05 +0000 (15:27 +0200)
committerDanilo M. <redacted>
Thu, 16 Apr 2026 13:27:05 +0000 (15:27 +0200)
commit5b4ba192f8a7d405c7070f0276cd66bff96699dd
treef4e5e3bef6b748013e14a92369e9f1a043183b98
parentbeb62373ad8330e33840ae14d5eb24441d97b543
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 <redacted>
themes/danix-xyz-hacker/assets/css/main.css
themes/danix-xyz-hacker/assets/css/main.min.css
themes/danix-xyz-hacker/layouts/partials/article-list-item.html