diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index f6fb8cf36..d0c2e0e1b 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -42,7 +42,7 @@ The model also has to successfully apply all its changes to the source file with Model Percent correct - Cost
(log scale bar) + Cost
(log scale) Command Edit format @@ -126,9 +126,9 @@ The model also has to successfully apply all its changes to the source file with position: absolute; top: 50%; transform: translateY(-50%); - height: 36px; /* Match the height of the bar */ + height: 10px; /* Match the height of the bar */ width: 1px; - background-color: rgba(170, 170, 170, 0.4); /* Lighter color for ticks */ + background-color: rgba(170, 170, 170, 0.2); z-index: 2; /* Above the bar but below the text */ } .bar-viz {