fix: change Draw card to pink gradient to match footer color
- Created new gradient-pink-rose utility (pink to rose) - Updated Draw tool to use gradient-pink-rose instead of gradient-orange-pink - Draw card now displays pink (#ec4899) matching footer link color - Paint retains gradient-orange-pink for orange identity 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -91,6 +91,10 @@ body {
|
||||
background: linear-gradient(135deg, #f97316 0%, #ec4899 100%);
|
||||
}
|
||||
|
||||
@utility gradient-pink-rose {
|
||||
background: linear-gradient(135deg, #ec4899 0%, #f43f5e 100%);
|
||||
}
|
||||
|
||||
@utility gradient-green-teal {
|
||||
background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%);
|
||||
}
|
||||
|
||||
@@ -77,7 +77,7 @@ const tools = [
|
||||
title: 'Draw',
|
||||
description: 'Virtual whiteboard for sketching hand-drawn style diagrams. Create flowcharts, wireframes, and visual brainstorming with collaborative editing.',
|
||||
url: 'https://draw.kit.pivoine.art',
|
||||
gradient: 'gradient-orange-pink',
|
||||
gradient: 'gradient-pink-rose',
|
||||
accentColor: '#ec4899',
|
||||
badges: ['Collaborative', 'Open Source', 'Free'],
|
||||
icon: (
|
||||
|
||||
Reference in New Issue
Block a user