From 9dd47173d955eee197360d0ddcfbe6e5f0dc0f49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 9 Nov 2025 16:12:05 +0100 Subject: [PATCH] fix: improve card hover contrast and update Figlet icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Card Hover Improvements: - Increased gradient overlay opacity from 10% to 30% on hover - Much better contrast and visibility - Cards now have more prominent hover state - Better user feedback on interaction Figlet Icon Update: - Changed from document icon to a-arrow-up icon - Letter 'A' with upward arrow representing text/typography - Better represents ASCII art text generation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- components/ToolCard.tsx | 2 +- components/ToolsGrid.tsx | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/components/ToolCard.tsx b/components/ToolCard.tsx index afc914d..3aa720c 100644 --- a/components/ToolCard.tsx +++ b/components/ToolCard.tsx @@ -30,7 +30,7 @@ export default function ToolCard({ title, description, icon, url, gradient, acce
{/* Gradient overlay on hover */}
{/* Glow effect */} diff --git a/components/ToolsGrid.tsx b/components/ToolsGrid.tsx index 9e33ed2..575887b 100644 --- a/components/ToolsGrid.tsx +++ b/components/ToolsGrid.tsx @@ -83,8 +83,10 @@ const tools = [ badges: ['373 Fonts', 'ASCII Art', 'Free'], icon: ( - - + + + + ), },