From 54e70eff13275d6fd065e131dc791aa9915e9140 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 19 Mar 2025 12:23:45 -0700 Subject: [PATCH] style: Lighten sidebar gradient color in head_custom.html --- aider/website/_includes/head_custom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/_includes/head_custom.html b/aider/website/_includes/head_custom.html index 7601552d4..a37fc3845 100644 --- a/aider/website/_includes/head_custom.html +++ b/aider/website/_includes/head_custom.html @@ -24,7 +24,7 @@ /* 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(201, 214, 255, 0.7) 50%, rgba(179, 198, 255, 0.8) 75%, #F5F6FA 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(205, 218, 255, 0.6) 75%, #F5F6FA 100%); }