From ff49e84690192c4c16a24f1ea23cdd8864c22e15 Mon Sep 17 00:00:00 2001 From: CharlieS1103 <60494758+CharlieS1103@users.noreply.github.com> Date: Sun, 26 Dec 2021 14:32:40 -0500 Subject: [PATCH] Fix highlight on hover --- Dreary/user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dreary/user.css b/Dreary/user.css index e9eeddc..44a3642 100644 --- a/Dreary/user.css +++ b/Dreary/user.css @@ -404,7 +404,7 @@ a.x-categoryCard-CategoryCard, a.x-heroCategoryCard-HeroCategoryCard { transition: all 500ms; } -#spicetify-playlist-list > div > div:nth-child(2) > li { +#spicetify-playlist-list > div > div:nth-child(2) > li:hover { border-color: var(--spice-button); }