mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Fix colors in code blocks
Closes #407 The font color should be inherited to avoid "invisible" text. * fix conflicts with upstream branch
This commit is contained in:
		
				
					committed by
					
						
						John O'Nolan
					
				
			
			
				
	
			
			
			
						parent
						
							990f712209
						
					
				
				
					commit
					99fad4cbc4
				
			
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -821,6 +821,10 @@ Usage (In Ghost editor):
 | 
			
		||||
    background: transparent;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.post-full-content pre code * {
 | 
			
		||||
    color: inherit;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.post-full-content .fluid-width-video-wrapper {
 | 
			
		||||
    margin: 1.5em 0 3em;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user