mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-03 23:59:49 +00:00 
			
		
		
		
	Fixed header action background color for smaller screens
closes #934 - the accent color is used for the header background, so we don't need to add explicit dark mode color to the action on mobile screens
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
											
										
									
								
							@@ -2285,12 +2285,6 @@ html.dark-mode .footer-cta-title {
 | 
				
			|||||||
    color: #fff;
 | 
					    color: #fff;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media (max-width: 767px) {
 | 
					 | 
				
			||||||
    html.dark-mode .gh-head-open #gh-head .gh-head-actions {
 | 
					 | 
				
			||||||
        background-color: var(--color-darkmode);
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
@media (prefers-color-scheme: dark) {
 | 
					@media (prefers-color-scheme: dark) {
 | 
				
			||||||
    html.auto-color body {
 | 
					    html.auto-color body {
 | 
				
			||||||
        color: rgba(255, 255, 255, 0.75);
 | 
					        color: rgba(255, 255, 255, 0.75);
 | 
				
			||||||
@@ -2475,12 +2469,6 @@ html.dark-mode .footer-cta-title {
 | 
				
			|||||||
    html.auto-color .footer-cta-title {
 | 
					    html.auto-color .footer-cta-title {
 | 
				
			||||||
        color: #fff;
 | 
					        color: #fff;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					 | 
				
			||||||
    @media (max-width: 767px) {
 | 
					 | 
				
			||||||
        html.auto-color .gh-head-open #gh-head .gh-head-actions {
 | 
					 | 
				
			||||||
            background-color: var(--color-darkmode);
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user