﻿/* your styles go here */
.page-item .page-link {
    cursor: pointer;
}

.page-item.active .page-link {
    cursor: auto;
}