mirror of
				https://github.com/loof2736/scyfin.git
				synced 2025-11-04 00:18:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			178 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			178 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
/* Background color */
 | 
						|
.backdropImage {
 | 
						|
    display: none !important;
 | 
						|
}
 | 
						|
 | 
						|
.backgroundContainer {
 | 
						|
    background-color: #0F0F0F !important;
 | 
						|
    background-size: cover !important;
 | 
						|
} |