style: Change leaderboard highlight color to light peach

This commit is contained in:
Paul Gauthier (aider) 2025-04-13 10:53:40 -07:00
parent 271f39505c
commit 688c2b9ee5

View file

@ -209,7 +209,7 @@ human intervention.
/* Style for highlighted rows in view mode */
tr.view-highlighted > td {
background-color: #fff9e6; /* Light yellow highlight */
background-color: #fff0e6; /* Light peach highlight */
}
</style>