mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
style: Update feature icons to use secondary color for better distinction
This commit is contained in:
parent
54eb642726
commit
9b19dac569
1 changed files with 4 additions and 3 deletions
|
@ -333,8 +333,8 @@ nav {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background: rgba(76, 110, 245, 0.1);
|
background: rgba(18, 184, 134, 0.1);
|
||||||
color: var(--primary);
|
color: var(--secondary);
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
transition: transform 0.3s, background 0.3s;
|
transition: transform 0.3s, background 0.3s;
|
||||||
|
@ -342,7 +342,8 @@ nav {
|
||||||
|
|
||||||
.feature-card:hover .feature-icon {
|
.feature-card:hover .feature-icon {
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
background: rgba(76, 110, 245, 0.2);
|
background: rgba(18, 184, 134, 0.2);
|
||||||
|
color: var(--secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature-title {
|
.feature-title {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue