mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
style: Adjust testimonial card gradient to use more blue with hint of green
This commit is contained in:
parent
e7554c5413
commit
6de3b2b262
1 changed files with 2 additions and 2 deletions
|
@ -295,7 +295,7 @@
|
|||
}
|
||||
|
||||
.testimonial-card {
|
||||
background: linear-gradient(135deg, rgba(18, 184, 134, 0.05) 0%, rgba(20, 176, 20, 0.1) 50%, rgba(76, 110, 245, 0.15) 100%);
|
||||
background: linear-gradient(135deg, rgba(76, 110, 245, 0.08) 0%, rgba(20, 176, 20, 0.05) 50%, rgba(76, 110, 245, 0.15) 100%);
|
||||
border-radius: 8px;
|
||||
padding: 30px;
|
||||
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
|
||||
|
@ -339,7 +339,7 @@
|
|||
|
||||
.testimonial-card:hover {
|
||||
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
|
||||
background: linear-gradient(135deg, rgba(18, 184, 134, 0.1) 0%, rgba(20, 176, 20, 0.15) 50%, rgba(76, 110, 245, 0.2) 100%);
|
||||
background: linear-gradient(135deg, rgba(76, 110, 245, 0.12) 0%, rgba(20, 176, 20, 0.08) 50%, rgba(76, 110, 245, 0.2) 100%);
|
||||
}
|
||||
|
||||
.testimonial-author {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue