mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34: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;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
padding-bottom: 12px;
|
padding: 10px 12px;
|
||||||
border-bottom: 1px solid #eaeaea;
|
background-color: rgba(76, 110, 245, 0.07);
|
||||||
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature-icon {
|
.feature-icon {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue