Add the below CSS in your css file. Here for example I have used orange background color for current active page , you can change to any color as per your requirements.
.pagination > .active > a , .pagination > .active > a:hover, .pagination > .active > a:focus {
background-color: orange;
border-color: orange;
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…