Now able to change color of list on embed

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-30 17:12:27 +01:00
parent ce35ec42e3
commit 91af9ad701
6 changed files with 29 additions and 11 deletions

View File

@@ -32,6 +32,10 @@
color:gray;
}
.list-song {
background-color: rgba(255, 255, 255, 0.04) !important;
}
#list-song-html {
display:none;
}