mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-03 23:59:49 +00:00 
			
		
		
		
	Fixed cover image tinting issue in dark mode
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -2170,6 +2170,10 @@ html.dark-mode .site-header-content {
 | 
			
		||||
    color: #fff;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
html.dark-mode .site-header-cover {
 | 
			
		||||
    opacity: 1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
html.dark-mode .post-card-image {
 | 
			
		||||
    background: var(--color-darkmode);
 | 
			
		||||
}
 | 
			
		||||
@@ -2362,6 +2366,10 @@ html.dark-mode .footer-cta-title {
 | 
			
		||||
        color: #fff;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    html.auto-color .site-header-cover {
 | 
			
		||||
        opacity: 1;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    html.auto-color .post-card-image {
 | 
			
		||||
        background: var(--color-darkmode);
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user