/*
	Modules
		Text link
 */

.txt-link {
	color: $black;

	&:hover {
		color: $blue;
	}

}