From 0d789a5e11a9a614c8b1209df0006b02e45bf024 Mon Sep 17 00:00:00 2001 From: "Leah (ctucx)" Date: Sun, 7 Mar 2021 16:48:09 +0100 Subject: [PATCH] webmusic.js: add classes needed for previous 2 commits --- webmusic.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/webmusic.css b/webmusic.css index 28627a9..652b821 100644 --- a/webmusic.css +++ b/webmusic.css @@ -19,7 +19,7 @@ h2, h2 a { margin-bottom: 3px; } -.playing { +.playing, .active { color: #6b9969; } @@ -48,4 +48,8 @@ li { #state, #repeatButton, #continuousButton { cursor: pointer; -} \ No newline at end of file +} + +.selected { + color: #8cd8cd; +}