gabrielgio.me @ 0cae0bd94693d166a060af4652a2d8b95c335494

 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}