From 18ff9eb2b4398d21ec488f0ee7ac60d323f1bb54 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sat, 12 Apr 2025 23:23:36 -0700 Subject: [PATCH] style: Make tick color lighter in leaderboards --- 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 0874c9a73..f6fb8cf36 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -128,7 +128,7 @@ The model also has to successfully apply all its changes to the source file with transform: translateY(-50%); height: 36px; /* Match the height of the bar */ width: 1px; - background-color: rgba(100, 100, 100, 0.5); /* Darker color for better visibility */ + background-color: rgba(170, 170, 170, 0.4); /* Lighter color for ticks */ z-index: 2; /* Above the bar but below the text */ } .bar-viz {