Files @ 77b17dc36834
Branch filter:

Location: light9/static/style.css

drewp@bigasterisk.com
1
2
3
4
5
6
7
8
9
.songs button {
  display: inline-block;
  width: 300px;
height: 30px;
  text-align: left;
}
.songs button:hover {
  background: yellow;
}