diff --git a/app/globals.css b/app/globals.css index fc611aa..f10d70b 100644 --- a/app/globals.css +++ b/app/globals.css @@ -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%); } diff --git a/components/ToolsGrid.tsx b/components/ToolsGrid.tsx index 36d3393..0429cc3 100644 --- a/components/ToolsGrid.tsx +++ b/components/ToolsGrid.tsx @@ -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: (