15 lines
		
	
	
	
		
			323 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			323 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| @layer utilities {
 | |
|   @variants dark {
 | |
|     .text-decoration-blue-400 {
 | |
|       text-decoration-color: theme('colors.blue.400');
 | |
|     }
 | |
| 
 | |
|     .text-decoration-blue-primary {
 | |
|       text-decoration-color: theme('colors.blue.800');
 | |
|     }
 | |
| 
 | |
|     .text-decoration-white {
 | |
|       text-decoration-color: theme('colors.white');
 | |
|     }
 | |
|   }
 | |
| }
 |