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)
-
🧠
+ + +

Cloud and local LLMs

@@ -105,7 +107,9 @@ cog.out(text)
-
πŸ—ΊοΈ
+ + +

Maps your codebase

@@ -115,7 +119,9 @@ cog.out(text)

@@ -126,7 +132,9 @@ cog.out(text)

@@ -138,7 +146,9 @@ cog.out(text)

@@ -149,7 +159,9 @@ cog.out(text)

@@ -160,7 +172,9 @@ cog.out(text)

@@ -171,7 +185,9 @@ cog.out(text)

@@ -181,7 +197,9 @@ cog.out(text)