mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-04 06:49:49 +00:00 
			
		
		
		
	Fix light mobile styling
This commit is contained in:
		@@ -417,12 +417,12 @@ table {
 | 
			
		||||
// Softer dark background for mobile
 | 
			
		||||
@media all and ($mobile)
 | 
			
		||||
{
 | 
			
		||||
    .page > #quartz-body .sidebar.left:has(.explorer)
 | 
			
		||||
    :root[saved-theme="dark"] .page > #quartz-body .sidebar.left:has(.explorer)
 | 
			
		||||
    {
 | 
			
		||||
        background-color: unset;
 | 
			
		||||
        background-color: color-mix(in srgb, var(--lightgray)60%, var(--light));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .explorer:not(.collapsed)>.explorer-content {
 | 
			
		||||
    :root[saved-theme="dark"] .explorer:not(.collapsed)>.explorer-content {
 | 
			
		||||
        background-color: color-mix(in srgb, var(--lightgray)60%, var(--light));
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user