mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
style: Use light green for highlighted leaderboard rows
This commit is contained in:
parent
67a1e52259
commit
3e8367ea3b
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ human intervention.
|
||||||
|
|
||||||
/* Style for highlighted rows in view mode */
|
/* Style for highlighted rows in view mode */
|
||||||
tr.view-highlighted > td {
|
tr.view-highlighted > td {
|
||||||
background-color: #f0f0f0; /* Example light grey highlight */
|
background-color: #e9f5ea; /* Light green highlight */
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue