update now playing page

This commit is contained in:
Luke Pulverenti 2015-06-26 16:40:30 -04:00
parent 7fb59cc969
commit e33e5875cf
10 changed files with 148 additions and 197 deletions

View file

@ -1,9 +1,14 @@
html, body {
html {
font-family: Helvetica Neue;
/* Setting it here will help prevent white flashes */
background-color: #1c1c1c;
}
html, body {
font-family: Helvetica Neue;
}
.viewMenuBar, .libraryViewNav {
background-color: rgba(28,28,28,.97);
}