style: Make tick color lighter in leaderboards

This commit is contained in:
Paul Gauthier (aider) 2025-04-12 23:23:36 -07:00
parent b2f3d2cd84
commit 18ff9eb2b4

View file

@ -128,7 +128,7 @@ The model also has to successfully apply all its changes to the source file with
transform: translateY(-50%); transform: translateY(-50%);
height: 36px; /* Match the height of the bar */ height: 36px; /* Match the height of the bar */
width: 1px; 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 */ z-index: 2; /* Above the bar but below the text */
} }
.bar-viz { .bar-viz {