From dea4d16e8708417a6e1529b8f5a97b36604555e9 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 24 Mar 2025 12:54:19 -1000 Subject: [PATCH] style: replace emoji icons with material design SVGs and hover effects --- aider/website/assets/home.css | 18 ++++++++++++------ aider/website/index.html | 36 ++++++++++++++++++++++++++--------- 2 files changed, 39 insertions(+), 15 deletions(-) diff --git a/aider/website/assets/home.css b/aider/website/assets/home.css index b005f0961..1247741b9 100644 --- a/aider/website/assets/home.css +++ b/aider/website/assets/home.css @@ -329,14 +329,20 @@ nav { } .feature-icon { - font-size: 1.8rem; - color: var(--primary); - margin-right: 12px; - display: flex; - align-items: center; - justify-content: center; width: 40px; height: 40px; + padding: 8px; + border-radius: 8px; + background: rgba(76, 110, 245, 0.1); + color: var(--primary); + margin-right: 12px; + flex-shrink: 0; + transition: transform 0.3s, background 0.3s; +} + +.feature-card:hover .feature-icon { + transform: scale(1.1); + background: rgba(76, 110, 245, 0.2); } .feature-title { diff --git a/aider/website/index.html b/aider/website/index.html index fd637b9b6..2f13103f5 100644 --- a/aider/website/index.html +++ b/aider/website/index.html @@ -96,7 +96,9 @@ cog.out(text)