21 lines
		
	
	
		
			402 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			402 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
 | 
						|
/* make embeds appear seamlessly */
 | 
						|
 | 
						|
.markdown-embed {
 | 
						|
    /* border: none; */
 | 
						|
    border: var(--embed-border-left);
 | 
						|
    border-color: #404040;
 | 
						|
    /* hide some borders */
 | 
						|
    border-right-color: transparent;
 | 
						|
 | 
						|
    /* border-left: var(--embed-border-left); */
 | 
						|
    border-top-left-radius: 5pt;
 | 
						|
    border-bottom-left-radius: 5pt;
 | 
						|
 | 
						|
 | 
						|
    padding: 0ex 0 1ex 1ex;
 | 
						|
}
 | 
						|
 | 
						|
/* *:has(>.markdown-embed) { */
 | 
						|
/* } */
 |