From 5124c512c9443a40d832481d38c1344e70e9b10b Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 19 Mar 2025 11:08:36 -0700 Subject: [PATCH] style: Replace header border with shaded background in feature cards --- aider/website/home.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/aider/website/home.html b/aider/website/home.html index 88ea81479..358b399c2 100644 --- a/aider/website/home.html +++ b/aider/website/home.html @@ -210,8 +210,9 @@ display: flex; align-items: center; margin-bottom: 15px; - padding-bottom: 12px; - border-bottom: 1px solid #eaeaea; + padding: 10px 12px; + background-color: rgba(76, 110, 245, 0.07); + border-radius: 6px; } .feature-icon {