From 5ca6d8ce67ede2823442a8d2b73ddf0a2fbd4816 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 13 Apr 2025 11:08:17 -0700 Subject: [PATCH] style: Change leaderboard highlight color 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 8a261b28c..509c1a6d7 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: #fff0e6; /* Light peach highlight */ + background-color: #fffacd; }