From 3edfc3fa6bd2e8d519c95cc4ea3ef4d679b6b480 Mon Sep 17 00:00:00 2001 From: Julien Maille Date: Sun, 27 Mar 2022 15:28:43 +0200 Subject: [PATCH] Hightlighting current playing song FIX #189 --- src/styles/main.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/styles/main.scss b/src/styles/main.scss index d802a19..cdb7033 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -150,8 +150,12 @@ background-color: var(--spice-main); } +.main-trackList-active { + background-color: spiceColor("selected-row", 0.25) !important; +} + .main-trackList-trackListRow:hover { - background-color: spiceColor("selected-row", 0.2) !important; + background-color: spiceColor("selected-row", 0.15) !important; } .main-trackList-trackListRow:focus-within,