mirror of
				https://github.com/langgenius/dify.git
				synced 2025-11-04 04:43:09 +00:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			218 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			218 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| 
								 | 
							
								.textGradient {
							 | 
						||
| 
								 | 
							
								  background: linear-gradient(92deg, #2250F2 -29.55%, #0EBCF3 75.22%);
							 | 
						||
| 
								 | 
							
								  -webkit-background-clip: text;
							 | 
						||
| 
								 | 
							
								  -webkit-text-fill-color: transparent;
							 | 
						||
| 
								 | 
							
								  background-clip: text;
							 | 
						||
| 
								 | 
							
								  text-fill-color: transparent;
							 | 
						||
| 
								 | 
							
								}
							 |