angelovcom.net

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

_links.scss (267B)


      1 a {
      2 
      3 	@include link-transition;
      4 	color: $color__link;
      5 
      6 	&:visited {
      7 		color: $color__link-visited;
      8 	}
      9 
     10 	&:hover,
     11 	&:active {
     12 		color: $color__link-hover;
     13 		outline: 0;
     14 		text-decoration: none;
     15 	}
     16 
     17 	&:focus {
     18 		outline: thin dotted;
     19 		text-decoration: underline;
     20 	}
     21 }