mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: Replace header border with shaded background in feature cards
This commit is contained in:
parent
89f579c1ba
commit
5124c512c9
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue