From 688c2b9ee5b13d4fd8def8cf3e5a0b3d859d6f86 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sun, 13 Apr 2025 10:53:40 -0700 Subject: [PATCH] style: Change leaderboard highlight color to light peach --- aider/website/docs/leaderboards/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index 54d56df58..8a261b28c 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -209,7 +209,7 @@ human intervention. /* Style for highlighted rows in view mode */ tr.view-highlighted > td { - background-color: #fff9e6; /* Light yellow highlight */ + background-color: #fff0e6; /* Light peach highlight */ }