mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 11:39:01 +01:00 
			
		
		
		
	style(next): don't print box shadow for code
This commit is contained in:
		
							parent
							
								
									d1a5d317ed
								
							
						
					
					
						commit
						bfadd36f3d
					
				| @ -104,11 +104,13 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child { | |||||||
|     opacity: 1; |     opacity: 1; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .ck-content p code { | @media (screen) { | ||||||
|     border: 1px solid var(--card-border-color); |     .ck-content p code { | ||||||
|     box-shadow: var(--card-box-shadow); |         border: 1px solid var(--card-border-color); | ||||||
|     border-radius: 6px; |         box-shadow: var(--card-box-shadow); | ||||||
|     background-color: var(--card-background-color); |         border-radius: 6px; | ||||||
|  |         background-color: var(--card-background-color); | ||||||
|  |     } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .note-detail-printable:not(.word-wrap) pre code { | .note-detail-printable:not(.word-wrap) pre code { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran