mirror of
				https://github.com/searxng/searxng.git
				synced 2025-10-31 02:27:06 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			163 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			163 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Labels
 | |
| 
 | |
| .label-variant(@color) {
 | |
|   background-color: @color;
 | |
|   
 | |
|   &[href] {
 | |
|     &:hover,
 | |
|     &:focus {
 | |
|       background-color: darken(@color, 10%);
 | |
|     }
 | |
|   }
 | |
| }
 |