From af4acccf9f91104f2c9faeb935ffa1e6ac9e32dc Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 19 Mar 2025 14:03:24 -0700 Subject: [PATCH] style: Update video container background to match gradient better --- 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 03b02e5ef..19c6c9802 100644 --- a/aider/website/assets/home.css +++ b/aider/website/assets/home.css @@ -198,7 +198,7 @@ nav { height: 0; /* Calculate exact padding-bottom based on aspect ratio: (2160/2656) × 100% */ padding-bottom: calc(2160 / 2656 * 100%); - background-color: #f5f5f5; /* Light background while video loads */ + background-color: rgba(180, 200, 255, 0.3); /* Semi-transparent blue that matches the gradient */ } .video-container video {