gabrielgio.me @ f3504421d4658345917321dad40b79068aa760a8

 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}