gabrielgio.me @ fe19b56e86fad486a0f1f1107fc757aae3f8338e

 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}