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

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