Added some more styles for the music page

This commit is contained in:
Ascendings 2015-10-02 01:28:32 -04:00
parent 2cc5ecaf5d
commit 3d51d83995
2 changed files with 16 additions and 2 deletions

View File

@ -2,13 +2,27 @@
.now-playing-list
margin-left: 15px
margin-right: 15px
color: $text-color
li
color: $text-color
&:hover
color: $main-color
.music-list
position: relative
+transition(all, 300ms)
&:hover
cursor: pointer
background: rgba(#f5f5f5, .15)
background: #f5f5f5
ol
color: $text-color
li
color: $text-color
.music-list-header
margin: 10px 0

File diff suppressed because one or more lines are too long