forked from gitea/gitea
		
	Merge pull request #907 from makhov/new-lines-highlighting-format
fix highlighting css for del code
This commit is contained in:
		
						commit
						15d4f32825
					
				| @ -653,12 +653,23 @@ | ||||
|                         background-color: #E0E0E0 !important; | ||||
|                         border-color: #ADADAD !important; | ||||
|                     } | ||||
|                     td.selected-line, td.selected-line pre { | ||||
|                         background-color: #ffffdd !important; | ||||
|                     } | ||||
|                 } | ||||
|                 &.same-code { | ||||
|                     td.selected-line, td.selected-line pre { | ||||
|                         background-color: #ffffdd !important; | ||||
|                     } | ||||
|                 } | ||||
|                 &.del-code { | ||||
|                     td, pre { | ||||
|                         background-color: #ffe2dd !important; | ||||
|                         border-color: #e9aeae !important; | ||||
|                     } | ||||
|                     td.selected-line, td.selected-line pre { | ||||
|                         background-color: #ffffdd !important; | ||||
|                     } | ||||
|                 } | ||||
|                 &.add-code { | ||||
|                     td, pre {  | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 无闻
						无闻