mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Merge pull request #2153 from vr10t/preferences-visibility
Make preferences more visible by alternating background colors
This commit is contained in:
		
						commit
						fe0e1fb83d
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
					@ -602,4 +602,10 @@ export default {
 | 
				
			||||||
.pref {
 | 
					.pref {
 | 
				
			||||||
    @apply flex justify-between items-center my-2 mx-[15vw] lt-md:mx-[2vw];
 | 
					    @apply flex justify-between items-center my-2 mx-[15vw] lt-md:mx-[2vw];
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					.pref:nth-child(odd) {
 | 
				
			||||||
 | 
					    @apply bg-gray-200;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.dark .pref:nth-child(odd) {
 | 
				
			||||||
 | 
					    @apply bg-dark-800;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue