diff --git a/static/style.css b/static/style.css index 52e2af2..4c3210e 100644 --- a/static/style.css +++ b/static/style.css @@ -100,6 +100,10 @@ ul { border-radius: .25rem; display: flex; align-items: center; + cursor: move; +} +.queue ul li:hover { + background-color: #223; } .queue ul li.playing {