mirror of
				https://github.com/sammy-ette/Hilbish
				synced 2025-08-10 02:52:03 +00:00 
			
		
		
		
	docs: change colors for syntax highlight and function jump highlight
This commit is contained in:
		
							parent
							
								
									aa7e899db4
								
							
						
					
					
						commit
						22cf0fcb49
					
				| @ -1,11 +1,11 @@ | ||||
| /* Background */ .bg { background-color: #ffffff; } | ||||
| /* PreWrapper */ .chroma { background-color: #ffffff; } | ||||
| /* Background */ .bg { background-color: #edfdff; } | ||||
| /* PreWrapper */ .chroma { background-color: #edfdff; } | ||||
| /* Other */ .chroma .x {  } | ||||
| /* Error */ .chroma .err { color: #a61717; background-color: #e3d2d2 } | ||||
| /* CodeLine */ .chroma .cl {  } | ||||
| /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } | ||||
| /* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; } | ||||
| /* LineHighlight */ .chroma .hl { background-color: #ffffcc } | ||||
| /* LineHighlight */ .chroma .hl { background-color: #edfdff } | ||||
| /* LineNumbersTable */ .chroma .lnt { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f } | ||||
| /* LineNumbers */ .chroma .ln { white-space: pre; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f } | ||||
| /* Line */ .chroma .line { display: flex; } | ||||
|  | ||||
| @ -43,7 +43,7 @@ | ||||
| 			background: none | ||||
| 		} | ||||
| 		50% { | ||||
| 			background: yellow; | ||||
| 			background: #fff2cf; | ||||
| 		} | ||||
| 		100% { | ||||
| 			background: none; | ||||
| @ -51,7 +51,7 @@ | ||||
| 	} | ||||
| 
 | ||||
| 	div:target { | ||||
| 		animation: highlight 1s; | ||||
| 		animation: highlight 1.2s; | ||||
| 		animation-timing-function: cubic-bezier(1,-0.02,.45,.89); | ||||
| 	} | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user