From f45c75a13764e1638d1d2b231e87b18c9c22e6da Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 13 Mar 2025 17:42:39 -0700 Subject: [PATCH] style: Update demo div styling and background color --- aider/website/examples/recording.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/website/examples/recording.md b/aider/website/examples/recording.md index 56377e692..d20210142 100644 --- a/aider/website/examples/recording.md +++ b/aider/website/examples/recording.md @@ -14,7 +14,7 @@ layout: minimal --term-color-foreground: #444444; /* colour238 */ /* Background color */ - --term-color-background: #fff000; + --term-color-background: #dadada; /* colour253 */ /* Palette of 16 standard ANSI colors */ --term-color-0: #21222c; @@ -36,7 +36,7 @@ layout: minimal } -
+