mirror of
				https://github.com/KevinMidboe/zoff.git
				synced 2025-10-29 18:00:23 +00:00 
			
		
		
		
	Hover only affecting title/search instead all nav ul li elements
This commit is contained in:
		@@ -1970,7 +1970,11 @@ margin-right: 52%;
 | 
				
			|||||||
    justify-content: center;
 | 
					    justify-content: center;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
nav ul li:hover {
 | 
					nav ul li:hover, nav ul li.active {
 | 
				
			||||||
 | 
					    background-color: rgba(0,0,0,0.1);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.song-title:hover, .search-container:hover{
 | 
				
			||||||
    /* background-color: rgba(0,0,0,0.1); */
 | 
					    /* background-color: rgba(0,0,0,0.1); */
 | 
				
			||||||
    -webkit-filter: brightness(90%);
 | 
					    -webkit-filter: brightness(90%);
 | 
				
			||||||
    filter: brightness(90%);
 | 
					    filter: brightness(90%);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user