aboutsummaryrefslogtreecommitdiffstats
path: root/dist/css/aplaylist.css
blob: ec66e61b7f8e7393e3a49dd96bbc25229e158d11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.play-menu {
  height: 200px;
  overflow-y: auto;
}

.play-menu a {
  color: white;
}

.play-menu a:hover {
  background-color: #484848;
  color: #fff;
}

.is-active-play {
  color: #dd7325;
  background-color: #dd7325;
}