aboutsummaryrefslogtreecommitdiff
path: root/src/scss/components/_link.scss
blob: a51e9ed37f9046e6e7f2aca118b13e33bbf14142 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.c-link {
  text-decoration: none;
  color: $color-white;
  font-weight: bold;
  cursor: pointer;
}

.c-link:hover {
  opacity: 0.8;
}