diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index c6b142b0f..1704e584c 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: #f0f0f0; /* Example light grey highlight */ + background-color: #e9f5ea; /* Light green highlight */ }