style: Update video container background to match gradient better

This commit is contained in:
Paul Gauthier (aider) 2025-03-19 14:03:24 -07:00
parent 3a3bc9898d
commit af4acccf9f

View file

@ -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 {