style: Change view-highlighted background to light yellow

This commit is contained in:
Paul Gauthier (aider) 2025-04-13 10:53:11 -07:00
parent 3e8367ea3b
commit 271f39505c

View file

@ -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: #e9f5ea; /* Light green highlight */ background-color: #fff9e6; /* Light yellow highlight */
} }
</style> </style>