style: Use light green for highlighted leaderboard rows

This commit is contained in:
Paul Gauthier (aider) 2025-04-13 10:52:21 -07:00
parent 67a1e52259
commit 3e8367ea3b

View file

@ -209,7 +209,7 @@ human intervention.
/* Style for highlighted rows in view mode */
tr.view-highlighted > td {
background-color: #f0f0f0; /* Example light grey highlight */
background-color: #e9f5ea; /* Light green highlight */
}
</style>