aboutsummaryrefslogtreecommitdiff
path: root/components/Link/link.module.scss
blob: b6ef9430273213e855d5466fa34621d2424a37c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
.link {
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

.link, .link:visited, .link:active, .link:hover {
	color: #0716ea;
}