mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 11:41:32 +01:00 
			
		
		
		
	CSS: Stronger colors for diffs
This commit is contained in:
		
							parent
							
								
									92c48dabe3
								
							
						
					
					
						commit
						ef5fc3c959
					
				| @ -1989,17 +1989,9 @@ footer .ui.language .menu { | ||||
| .repository .diff-file-box .code-diff tbody tr.tag-code td.halfwidth { | ||||
|   width: 50%; | ||||
| } | ||||
| .repository .diff-file-box .code-diff tbody tr.del-code td.add-code { | ||||
|   background-color: #eaffea !important; | ||||
|   border-color: #c1e9c1 !important; | ||||
| } | ||||
| .repository .diff-file-box .code-diff tbody tr.del-code td.add-code pre { | ||||
|   background-color: #eaffea !important; | ||||
|   border-color: #c1e9c1 !important; | ||||
| } | ||||
| .repository .diff-file-box .code-diff tbody tr.del-code td, | ||||
| .repository .diff-file-box .code-diff tbody tr.del-code pre { | ||||
|   background-color: #ffecec !important; | ||||
|   background-color: #ffe0e0 !important; | ||||
|   border-color: #f1c0c0 !important; | ||||
| } | ||||
| .repository .diff-file-box .code-diff tbody tr.del-code td.halfwidth { | ||||
| @ -2007,7 +1999,7 @@ footer .ui.language .menu { | ||||
| } | ||||
| .repository .diff-file-box .code-diff tbody tr.add-code td, | ||||
| .repository .diff-file-box .code-diff tbody tr.add-code pre { | ||||
|   background-color: #eaffea !important; | ||||
|   background-color: #d6fcd6 !important; | ||||
|   border-color: #c1e9c1 !important; | ||||
| } | ||||
| .repository .diff-file-box .code-diff tbody tr.add-code td.halfwidth { | ||||
|  | ||||
| @ -920,39 +920,23 @@ | ||||
| 					// 	} | ||||
| 					// } | ||||
| 					&.del-code { | ||||
| 						// Duplicate here to enforce add code color. | ||||
| 						td.add-code { | ||||
| 							background-color: #eaffea !important; | ||||
| 							border-color: #c1e9c1 !important; | ||||
| 							pre { | ||||
| 								background-color: #eaffea !important; | ||||
| 								border-color: #c1e9c1 !important; | ||||
| 
 | ||||
| 							} | ||||
| 						} | ||||
| 						td, pre { | ||||
| 							background-color: #ffecec !important; | ||||
| 							background-color: #ffe0e0 !important; | ||||
| 					    border-color: #f1c0c0 !important; | ||||
| 						} | ||||
| 
 | ||||
| 						td.halfwidth { | ||||
| 							width: 50%; | ||||
| 						} | ||||
| 						// td.selected-line, td.selected-line pre { | ||||
| 						// 	background-color: #ffffdd !important; | ||||
| 						// } | ||||
| 					} | ||||
| 					&.add-code { | ||||
| 						td, pre { | ||||
| 							background-color: #eaffea !important; | ||||
| 							background-color: #d6fcd6 !important; | ||||
| 							border-color: #c1e9c1 !important; | ||||
| 						} | ||||
| 						td.halfwidth { | ||||
| 							width: 50%; | ||||
| 						} | ||||
| 						// td.selected-line, td.selected-line pre { | ||||
| 						// 	background-color: #ffffdd !important; | ||||
| 						// } | ||||
| 					} | ||||
| 
 | ||||
| 					.removed-code { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user