CliveNi
2024-04-07 3d812b10e9332b7d0d4619a87c8d8ac5afb878c8
1
2
3
4
5
6
7
8
9
10
.anchorjs-link {
  font-weight: 400;
  color: rgba($link-color, .5);
  transition: color .16s linear;
 
  &:hover {
    color: $link-color;
    text-decoration: none;
  }
}