mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	Fix mobile background
This commit is contained in:
		@@ -414,6 +414,19 @@ table {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// Softer dark background for mobile
 | 
				
			||||||
 | 
					@media all and ($mobile)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					    .page > #quartz-body .sidebar.left:has(.explorer)
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        background-color: unset;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    .explorer:not(.collapsed)>.explorer-content {
 | 
				
			||||||
 | 
					        background-color: color-mix(in srgb, var(--lightgray)60%, var(--light));
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.page {
 | 
					.page {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @media all and ($mobile) {
 | 
					    @media all and ($mobile) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user