From a1fa62adefbacd510a3efbc0a11460a316259b54 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 19 Mar 2025 12:28:51 -0700 Subject: [PATCH] copy --- aider/website/_includes/head_custom.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aider/website/_includes/head_custom.html b/aider/website/_includes/head_custom.html index 1a84f70cf..92da18618 100644 --- a/aider/website/_includes/head_custom.html +++ b/aider/website/_includes/head_custom.html @@ -21,10 +21,10 @@ text-decoration: none; letter-spacing: 0.5px; } - + /* Sidebar gradient styling to match hero section */ - .side-bar { - background: linear-gradient(135deg, rgba(20, 176, 20, 0.15) 0%, rgba(20, 176, 20, 0.1) 25%, rgba(220, 230, 255, 0.5) 50%, rgba(205, 218, 255, 0.6) 75%, #F5F6FA 100%); + .side-bar { + background: linear-gradient(135deg, #ffffff 0%, rgba(20, 176, 20, 0.1) 40%, rgba(220, 230, 255, 0.5) 60%, rgba(205, 218, 255, 0.6) 80%, #F5F6FA 100%); }