Fix theming in code blocks.
This commit is contained in:
		
							parent
							
								
									396f52b8ca
								
							
						
					
					
						commit
						200bb31e08
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -252,7 +252,7 @@ article pre.hljs {
 | 
				
			||||||
	font-family: var(--font-mono);
 | 
						font-family: var(--font-mono);
 | 
				
			||||||
	margin: 14px 0;
 | 
						margin: 14px 0;
 | 
				
			||||||
	padding: 7px 18px;
 | 
						padding: 7px 18px;
 | 
				
			||||||
	background: #F5F8FC;
 | 
						background: var(--td-box-divider-bg);
 | 
				
			||||||
	font-size: 16px;
 | 
						font-size: 16px;
 | 
				
			||||||
	white-space: pre-wrap;
 | 
						white-space: pre-wrap;
 | 
				
			||||||
	word-wrap: break-word;
 | 
						word-wrap: break-word;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue