mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
style: Make tick color lighter in leaderboards
This commit is contained in:
parent
b2f3d2cd84
commit
18ff9eb2b4
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue