Added some more styles for the music page
This commit is contained in:
		@@ -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
											
										
									
								
							
		Reference in New Issue
	
	Block a user