diff --git a/aider/website/home.html b/aider/website/home.html index 86b09cba9..7446363ec 100644 --- a/aider/website/home.html +++ b/aider/website/home.html @@ -189,6 +189,7 @@ padding: 30px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); transition: transform 0.3s, box-shadow 0.3s; + border-left: 3px solid var(--primary); } .feature-card:hover { @@ -209,10 +210,11 @@ .feature-card-header { display: flex; align-items: center; - margin-bottom: 15px; - padding: 10px 12px; - background-color: rgba(76, 110, 245, 0.07); + margin-bottom: 20px; + padding: 12px 15px; + background-color: rgba(76, 110, 245, 0.1); border-radius: 6px; + border-bottom: 1px solid rgba(76, 110, 245, 0.2); } .feature-icon {