mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-01 00:17:57 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			211 B
		
	
	
	
		
			SCSS
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			211 B
		
	
	
	
		
			SCSS
		
	
	
		
			Executable File
		
	
	
	
	
| // scss-lint:disable ImportantRule
 | |
| 
 | |
| .anchorjs-link {
 | |
|   font-weight: normal;
 | |
|   color: rgba($link-color, .5);
 | |
|   transition: color .16s linear;
 | |
| 
 | |
|   &:hover {
 | |
|     color: $link-color;
 | |
|     text-decoration: none;
 | |
|   }
 | |
| }
 |