Your IP : 18.117.151.28


Current Path : /proc/5198/cwd/wp-content/themes/twentynineteen/sass/navigation/
Upload File :
Current File : //proc/5198/cwd/wp-content/themes/twentynineteen/sass/navigation/_links.scss

a {

	@include link-transition;
	color: $color__link;

	&:visited {
		color: $color__link-visited;
	}

	&:hover,
	&:active {
		color: $color__link-hover;
		outline: 0;
		text-decoration: none;
	}

	&:focus {
		outline: thin dotted;
		text-decoration: underline;
		text-decoration-thickness: 2px;
	}
}