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

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