aboutsummaryrefslogtreecommitdiffstats
path: root/dist/css/aplaylist.css
blob: 2564d0cdad07872ccebc02b56c2e15bfc03a690b (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: #3273dc;
  background-color: #3273dc;
}