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 {