mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-03 23:59:49 +00:00 
			
		
		
		
	Fix background color of slash of darkmode <hr> (#733)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							ce9918de2f
						
					
				
				
					commit
					807018ca97
				
			
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -2988,6 +2988,11 @@ Usage (In Ghost editor):
 | 
			
		||||
        border-top-color: color-mod(var(--darkmode) l(+8%));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .post-full-content hr:after {
 | 
			
		||||
        background: color(var(--darkmode) l(+8%));
 | 
			
		||||
        box-shadow: var(--darkmode) 0 0 0 5px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .post-full-content figcaption {
 | 
			
		||||
        color: rgba(255, 255, 255, 0.6);
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user