From 271f39505c9bbef53dc585c3722f32a3a6dc0d18 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sun, 13 Apr 2025 10:53:11 -0700 Subject: [PATCH] style: Change view-highlighted background to light yellow --- 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 1704e584c..54d56df58 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: #e9f5ea; /* Light green highlight */ + background-color: #fff9e6; /* Light yellow highlight */ }