style: Change leaderboard highlight color to light yellow

This commit is contained in:
Paul Gauthier 2025-04-13 11:08:17 -07:00 committed by Paul Gauthier (aider)
parent 688c2b9ee5
commit 5ca6d8ce67

View file

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