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

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

.c-link--normal {
  text-decoration: none;
  cursor: pointer;
  color: $color-primary;
}