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; +}