mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
style: Update hero gradient to incorporate blue palette and green logo color
This commit is contained in:
parent
3bb57af331
commit
eba123e381
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@
|
|||
|
||||
.hero {
|
||||
padding: 80px 0;
|
||||
background: linear-gradient(135deg, #e0e8ff 0%, #c9d6ff 35%, #b3c6ff 70%, #a3bdff 100%);
|
||||
background: linear-gradient(135deg, rgba(20, 176, 20, 0.15) 0%, rgba(20, 176, 20, 0.1) 25%, rgba(201, 214, 255, 0.7) 50%, rgba(179, 198, 255, 0.8) 75%, rgba(163, 189, 255, 0.9) 100%);
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
@ -108,7 +108,7 @@
|
|||
left: -50%;
|
||||
right: -50%;
|
||||
bottom: -50%;
|
||||
background: radial-gradient(circle, rgba(76, 110, 245, 0.1) 0%, rgba(76, 110, 245, 0) 70%);
|
||||
background: radial-gradient(circle, rgba(76, 110, 245, 0.2) 0%, rgba(20, 176, 20, 0.05) 50%, rgba(76, 110, 245, 0) 80%);
|
||||
opacity: 0.7;
|
||||
z-index: 0;
|
||||
transform: rotate(30deg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue