style: Replace header border with shaded background in feature cards

This commit is contained in:
Paul Gauthier (aider) 2025-03-19 11:08:36 -07:00
parent 89f579c1ba
commit 5124c512c9

View file

@ -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 {