From 323698d387ec6e583b3172f889616f1781be0808 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sat, 12 Apr 2025 20:53:06 -0700 Subject: [PATCH] style: Remove box-shadow from bar graph numeric text container --- aider/website/docs/leaderboards/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index 90a67c46d..6368f994e 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -137,7 +137,6 @@ The model also has to successfully apply all its changes to the source file with background-color: rgba(255, 255, 255, 0.7); /* Semi-transparent white background */ padding: 0 4px; /* Add padding around the text */ border-radius: 3px; /* Rounded corners for the text background */ - box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */ }