webmusic.js: add classes needed for previous 2 commits

This commit is contained in:
Leah 2021-03-07 16:48:09 +01:00
parent e5ea274135
commit 0d789a5e11
1 changed files with 6 additions and 2 deletions

View File

@ -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;
}
}
.selected {
color: #8cd8cd;
}