diff --git a/aider/website/_includes/recording.css b/aider/website/_includes/recording.css index 803e293e6..a937143da 100644 --- a/aider/website/_includes/recording.css +++ b/aider/website/_includes/recording.css @@ -79,12 +79,35 @@ position: relative; } -.terminal-container { - border-radius: 6px; +/* macOS backdrop styling */ +.macos-backdrop { + background: linear-gradient(135deg, #ff9966, #ff5e62, #6666ff, #0066ff); + border-radius: 12px; + padding: 30px; + margin: 20px 0; + box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); + position: relative; overflow: hidden; - box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); - margin-top: 20px; - margin-bottom: 20px; +} + +/* Add subtle wave animation to backdrop */ +.macos-backdrop::before { + content: ''; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%); + opacity: 0.7; +} + +.terminal-container { + border-radius: 8px; + overflow: hidden; + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); + margin-top: 0; + margin-bottom: 0; position: relative; } diff --git a/aider/website/_includes/recording.md b/aider/website/_includes/recording.md index 4cffcf8e0..f4fc346de 100644 --- a/aider/website/_includes/recording.md +++ b/aider/website/_includes/recording.md @@ -12,16 +12,18 @@