From 9b19dac56992dd937c5cb7def95b5f3436c1c3fd Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 24 Mar 2025 13:01:20 -1000 Subject: [PATCH] style: Update feature icons to use secondary color for better distinction --- aider/website/assets/home.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/aider/website/assets/home.css b/aider/website/assets/home.css index 1247741b9..9629fa201 100644 --- a/aider/website/assets/home.css +++ b/aider/website/assets/home.css @@ -333,8 +333,8 @@ nav { height: 40px; padding: 8px; border-radius: 8px; - background: rgba(76, 110, 245, 0.1); - color: var(--primary); + background: rgba(18, 184, 134, 0.1); + color: var(--secondary); margin-right: 12px; flex-shrink: 0; transition: transform 0.3s, background 0.3s; @@ -342,7 +342,8 @@ nav { .feature-card:hover .feature-icon { transform: scale(1.1); - background: rgba(76, 110, 245, 0.2); + background: rgba(18, 184, 134, 0.2); + color: var(--secondary); } .feature-title {