gabrielgio.me @ 6166cf8e4008b7d64053655f4093d0870a54ace1

 1.active-link {
 2  color: $active-link-color;
 3}
 4
 5.disabled-link {
 6  cursor: not-allowed;
 7  opacity: 0.5;
 8  text-decoration: none;
 9  pointer-events: none;
10}