From 86efde25bce488c754ff7c1ddc14acb077932692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 8 Nov 2025 17:51:09 +0100 Subject: [PATCH] polish: match footer tool link colors to card gradients and increase font size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated footer tool links to use exact gradient colors from cards - Vert: emerald green (#10b981) - Paint: vibrant orange (#f97316) - Pastel: purple (#a855f7) - Stirling: indigo blue (#667eea) - Units: cyan (#2dd4bf) - Draw: pink (#ec4899) - Increased footer link font size from text-sm to text-base for better readability - Applied consistent sizing to both Links and Tools columns 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- components/Footer.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index 795862f..0754911 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -38,7 +38,7 @@ export default function Footer() { href="https://github.com/valknarness/kit-ui" target="_blank" rel="noopener noreferrer" - className="text-gray-400 hover:text-purple-400 transition-colors text-sm inline-flex items-center justify-center gap-2" + className="text-gray-400 hover:text-purple-400 transition-colors text-base inline-flex items-center justify-center gap-2" > @@ -49,7 +49,7 @@ export default function Footer() { href="https://pivoine.art" target="_blank" rel="noopener noreferrer" - className="text-gray-400 hover:text-purple-400 transition-colors text-sm" + className="text-gray-400 hover:text-purple-400 transition-colors text-base" > pivoine.art @@ -60,12 +60,12 @@ export default function Footer() {

Tools

- Vert - Paint - Pastel - Stirling - Units - Draw + Vert + Paint + Pastel + Stirling + Units + Draw