mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-03 23:59:49 +00:00 
			
		
		
		
	Fixed bookmark card background color issue
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
											
										
									
								
							@@ -2323,6 +2323,11 @@ html.dark-mode .kg-header-card h3.kg-header-card-subheader {
 | 
			
		||||
    color: #fff;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
html.dark-mode .kg-bookmark-card a.kg-bookmark-container,
 | 
			
		||||
html.dark-mode .kg-bookmark-card a.kg-bookmark-container:hover {
 | 
			
		||||
    background: var(--color-darkmode) !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
html.dark-mode .footer-cta-title {
 | 
			
		||||
    color: #fff;
 | 
			
		||||
}
 | 
			
		||||
@@ -2519,6 +2524,11 @@ html.dark-mode .footer-cta-title {
 | 
			
		||||
        color: #fff;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    html.auto-color .kg-bookmark-card a.kg-bookmark-container,
 | 
			
		||||
    html.auto-color .kg-bookmark-card a.kg-bookmark-container:hover {
 | 
			
		||||
        background: var(--color-darkmode) !important;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    html.auto-color .footer-cta-title {
 | 
			
		||||
        color: #fff;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user