From f1ca8f594c652e5ebed6a8a62845130fdefaa432 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 19 Mar 2025 13:26:59 -0700 Subject: [PATCH] style: Adjust gradient colors in testimonial-card --- aider/website/assets/home.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/assets/home.css b/aider/website/assets/home.css index 686b64215..5b638e1c2 100644 --- a/aider/website/assets/home.css +++ b/aider/website/assets/home.css @@ -289,7 +289,7 @@ nav { } .testimonial-card { - 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%); + background: linear-gradient(135deg, rgba(20, 176, 20, 0.05) 0%, rgba(76, 110, 245, 0.15) 100%); border-radius: 8px; padding: 30px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);