diff --git a/aider/website/_includes/head_custom.html b/aider/website/_includes/head_custom.html index a37fc3845..1a84f70cf 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(205, 218, 255, 0.6) 75%, #F5F6FA 100%); + 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%); }