mirror of
				https://github.com/flynx/PortableMag.git
				synced 2025-11-03 21:40:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			197 B
		
	
	
	
		
			CSS
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			197 B
		
	
	
	
		
			CSS
		
	
	
		
			Executable File
		
	
	
	
	
/* magazine customization */
 | 
						|
.magazine {
 | 
						|
	background: gray;
 | 
						|
}
 | 
						|
 | 
						|
.magazine > .cover {
 | 
						|
	background: white;
 | 
						|
}
 | 
						|
 | 
						|
.article > .cover {
 | 
						|
	background: white;
 | 
						|
}
 | 
						|
 | 
						|
.page {
 | 
						|
	background: silver;
 | 
						|
}
 |