From 36c777571c1c9541537d3080e7f03fb7842ac40a Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Thu, 24 Jul 2025 10:12:54 -0700 Subject: [PATCH] New: Added background color to the currently playing song to hightlight it better --- Theme/ElegantFin-theme-nightly.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 2b01c59..ca35e18 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2318,6 +2318,10 @@ div[data-role=controlgroup] a.ui-btn-active { font-weight: 600; } +.listItem[data-type="Audio"]:has(.playlistIndexIndicatorImage):not(:hover) { + background-color: rgba(255, 255, 255, .07); +} + [dir="ltr"] .listItem:not(.actionSheetMenuItem)[data-type="Episode"] .listItemBodyText:not(.secondary) { font-size: 1.17em; font-weight: 600;