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