a& {
    cursor: pointer;
    color: #29c;
    text-decoration: none;

    &:hover {
        text-decoration: underline;
    }

    &:active {
        color: #168;
    }
}