style: Update hero gradient to incorporate blue palette and green logo color

This commit is contained in:
Paul Gauthier (aider) 2025-03-19 11:45:59 -07:00
parent 3bb57af331
commit eba123e381

View file

@ -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);